Shades of Dark Purple #9E177D
Tints of Dark Purple #9E177D
RGB
CMYK
RGB Variations
Color information
#9E177D (or 0x9E177D) is known color: Dark Purple. HEX triplet: 9E, 17 and 7D. RGB value is (158,23,125). Sum of RGB (Red+Green+Blue) = 158+23+125=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E177D is #61E882. Grayscale: #4A4A4A. Windows color (decimal): -6416515 or 8198046. OLE color: 8198046.
HSL color Cylindrical-coordinate representation of color #9E177D: hue angle of 314.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E177D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 125 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.38 |
| HSL | 314.67º | 0.75% | 0.35% | - |
| HSV(B) | 314.67º | 0.85% | 0.62% | - |
| XYZ | 18.11 | 9.36 | 20.25 | - |
| YUV | 74.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 125 | 0 | 0.85 | 0.21 | 0.38 | 314.67 | 0.75 | 0.35 |
| Hex | 9E | 17 | 7D | 0 | 55 | 15 | 26 | 13B | 4B | 23 |
| Octal | 236 | 27 | 175 | 0 | 125 | 25 | 46 | 473 | 113 | 43 |
| Binary | 10011110 | 10111 | 1111101 | 0 | 1010101 | 10101 | 100110 | 100111011 | 1001011 | 100011 |
Color Harmonies of #9E177D
Complementary color
Monochromatic Colors of #9E177D
Black with #9E177D
Text Example
Text Example
White with #9E177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E177D; }
p { color: rgb(158,23,125); }
H1.HeaderClassName
{
color: #9E177D;
}
.AnyTagClassName
{
color: #9E177D;
}
</style>
background-color css
<style>
a { background-color: #9E177D; }
a { background-color: rgb(158,23,125); }
div.DivClassName
{
background-color: #9E177D;
}
.BgClassName
{
background-color: #9E177D;
}
</style>
border-color css
<style>
span { border-color: #9E177D; }
span { border-color: rgb(158,23,125); }
td.TdClassName
{
border-color: #9E177D;
}
.TagClassName
{
border-color: #9E177D;
}
</style>