#95177d color RGB value is (9, 81, 119).
#95177d hex color red value is 9, green value is 81, and blue value is 119.
Cylindrical-coordinate representations (HSL) of color #95177d
hue: 200.73,
saturation: 0.86 and lightness: 0.25.
The process color (four-color CMYK) of #95177d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #95177d is #ff9999. Color #95177d contains mainly RED.
| Color spaces of #95177d | Value |
|---|---|
| RGB | 149, 23, 125 |
| HSL | 0.87, 0.73, 0.34 |
| HSV | 311°, 85°, 58° |
| XYZ | 16.4, 8.48, 20.17 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010101 | 10111 | 1111101 |
| Octal | 225 | 27 | 175 |
| Decimal | 149 | 23 | 125 |
| Hex | 95 | 17 | 7D |
Shades of #95177d
Tints of #95177d
.mybgColor {background-color: #95177d;}
.myforeColor {color: #95177d;}
.myborderColor {border:3px solid #95177d;}
<p style="color:#95177d">Text here</p>
This sample text is styled with the font color #95177d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#95177d">Div content here</div>
<div style="border:3px solid #95177d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(149, 23, 125, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #95177d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #95177d;
-webkit-box-shadow: 1px 1px 3px #95177d;
box-shadow: 1px 1px 3px #95177d; }
<p style="text-shadow: 4px 4px 2px rgba(149, 23, 125, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #95177d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #95177d;
-webkit-box-shadow: 1px 1px 3px #95177d;
box-shadow: 1px 1px 3px #95177d;">Div content here</div>
