Shades of Dark Purple #9E187A
Tints of Dark Purple #9E187A
RGB
CMYK
RGB Variations
Color information
#9E187A (or 0x9E187A) is known color: Dark Purple. HEX triplet: 9E, 18 and 7A. RGB value is (158,24,122). Sum of RGB (Red+Green+Blue) = 158+24+122=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E187A is #61E785. Grayscale: #4A4A4A. Windows color (decimal): -6416262 or 8001694. OLE color: 8001694.
HSL color Cylindrical-coordinate representation of color #9E187A: hue angle of 316.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E187A is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 122 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.38 |
| HSL | 316.12º | 0.74% | 0.36% | - |
| HSV(B) | 316.12º | 0.85% | 0.62% | - |
| XYZ | 17.94 | 9.33 | 19.27 | - |
| YUV | 75.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 122 | 0 | 0.85 | 0.23 | 0.38 | 316.12 | 0.74 | 0.36 |
| Hex | 9E | 18 | 7A | 0 | 55 | 17 | 26 | 13C | 4A | 24 |
| Octal | 236 | 30 | 172 | 0 | 125 | 27 | 46 | 474 | 112 | 44 |
| Binary | 10011110 | 11000 | 1111010 | 0 | 1010101 | 10111 | 100110 | 100111100 | 1001010 | 100100 |
Color Harmonies of #9E187A
Complementary color
Monochromatic Colors of #9E187A
Black with #9E187A
Text Example
Text Example
White with #9E187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E187A; }
p { color: rgb(158,24,122); }
H1.HeaderClassName
{
color: #9E187A;
}
.AnyTagClassName
{
color: #9E187A;
}
</style>
background-color css
<style>
a { background-color: #9E187A; }
a { background-color: rgb(158,24,122); }
div.DivClassName
{
background-color: #9E187A;
}
.BgClassName
{
background-color: #9E187A;
}
</style>
border-color css
<style>
span { border-color: #9E187A; }
span { border-color: rgb(158,24,122); }
td.TdClassName
{
border-color: #9E187A;
}
.TagClassName
{
border-color: #9E187A;
}
</style>