Shades of Dark Purple #9E2870
Tints of Dark Purple #9E2870
RGB
CMYK
RGB Variations
Color information
#9E2870 (or 0x9E2870) is known color: Dark Purple. HEX triplet: 9E, 28 and 70. RGB value is (158,40,112). Sum of RGB (Red+Green+Blue) = 158+40+112=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2870 is #61D78F. Grayscale: #535353. Windows color (decimal): -6412176 or 7350430. OLE color: 7350430.
HSL color Cylindrical-coordinate representation of color #9E2870: hue angle of 323.39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2870 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 112 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.38 |
| HSL | 323.39º | 0.6% | 0.39% | - |
| HSV(B) | 323.39º | 0.75% | 0.62% | - |
| XYZ | 17.78 | 9.96 | 16.31 | - |
| YUV | 83.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 112 | 0 | 0.75 | 0.29 | 0.38 | 323.39 | 0.6 | 0.39 |
| Hex | 9E | 28 | 70 | 0 | 4B | 1D | 26 | 143 | 3C | 27 |
| Octal | 236 | 50 | 160 | 0 | 113 | 35 | 46 | 503 | 74 | 47 |
| Binary | 10011110 | 101000 | 1110000 | 0 | 1001011 | 11101 | 100110 | 101000011 | 111100 | 100111 |
Color Harmonies of #9E2870
Complementary color
Monochromatic Colors of #9E2870
Black with #9E2870
Text Example
Text Example
White with #9E2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2870; }
p { color: rgb(158,40,112); }
H1.HeaderClassName
{
color: #9E2870;
}
.AnyTagClassName
{
color: #9E2870;
}
</style>
background-color css
<style>
a { background-color: #9E2870; }
a { background-color: rgb(158,40,112); }
div.DivClassName
{
background-color: #9E2870;
}
.BgClassName
{
background-color: #9E2870;
}
</style>
border-color css
<style>
span { border-color: #9E2870; }
span { border-color: rgb(158,40,112); }
td.TdClassName
{
border-color: #9E2870;
}
.TagClassName
{
border-color: #9E2870;
}
</style>