Shades of Dark Purple #9E1987
Tints of Dark Purple #9E1987
RGB
CMYK
RGB Variations
Color information
#9E1987 (or 0x9E1987) is known color: Dark Purple. HEX triplet: 9E, 19 and 87. RGB value is (158,25,135). Sum of RGB (Red+Green+Blue) = 158+25+135=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1987 is #61E678. Grayscale: #4D4D4D. Windows color (decimal): -6415993 or 8853918. OLE color: 8853918.
HSL color Cylindrical-coordinate representation of color #9E1987: hue angle of 310.38º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1987 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 135 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.38 |
| HSL | 310.38º | 0.73% | 0.36% | - |
| HSV(B) | 310.38º | 0.84% | 0.62% | - |
| XYZ | 18.82 | 9.71 | 23.8 | - |
| YUV | 77.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 135 | 0 | 0.84 | 0.15 | 0.38 | 310.38 | 0.73 | 0.36 |
| Hex | 9E | 19 | 87 | 0 | 54 | F | 26 | 136 | 49 | 24 |
| Octal | 236 | 31 | 207 | 0 | 124 | 17 | 46 | 466 | 111 | 44 |
| Binary | 10011110 | 11001 | 10000111 | 0 | 1010100 | 1111 | 100110 | 100110110 | 1001001 | 100100 |
Color Harmonies of #9E1987
Complementary color
Monochromatic Colors of #9E1987
Black with #9E1987
Text Example
Text Example
White with #9E1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1987; }
p { color: rgb(158,25,135); }
H1.HeaderClassName
{
color: #9E1987;
}
.AnyTagClassName
{
color: #9E1987;
}
</style>
background-color css
<style>
a { background-color: #9E1987; }
a { background-color: rgb(158,25,135); }
div.DivClassName
{
background-color: #9E1987;
}
.BgClassName
{
background-color: #9E1987;
}
</style>
border-color css
<style>
span { border-color: #9E1987; }
span { border-color: rgb(158,25,135); }
td.TdClassName
{
border-color: #9E1987;
}
.TagClassName
{
border-color: #9E1987;
}
</style>