Shades of Dark Purple #9E288C
Tints of Dark Purple #9E288C
RGB
CMYK
RGB Variations
Color information
#9E288C (or 0x9E288C) is known color: Dark Purple. HEX triplet: 9E, 28 and 8C. RGB value is (158,40,140). Sum of RGB (Red+Green+Blue) = 158+40+140=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E288C is #61D773. Grayscale: #565656. Windows color (decimal): -6412148 or 9185438. OLE color: 9185438.
HSL color Cylindrical-coordinate representation of color #9E288C: hue angle of 309.15º 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 #9E288C is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 140 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.38 |
| HSL | 309.15º | 0.6% | 0.39% | - |
| HSV(B) | 309.15º | 0.75% | 0.62% | - |
| XYZ | 19.59 | 10.68 | 25.84 | - |
| YUV | 86.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 140 | 0 | 0.75 | 0.11 | 0.38 | 309.15 | 0.6 | 0.39 |
| Hex | 9E | 28 | 8C | 0 | 4B | B | 26 | 135 | 3C | 27 |
| Octal | 236 | 50 | 214 | 0 | 113 | 13 | 46 | 465 | 74 | 47 |
| Binary | 10011110 | 101000 | 10001100 | 0 | 1001011 | 1011 | 100110 | 100110101 | 111100 | 100111 |
Color Harmonies of #9E288C
Complementary color
Monochromatic Colors of #9E288C
Black with #9E288C
Text Example
Text Example
White with #9E288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E288C; }
p { color: rgb(158,40,140); }
H1.HeaderClassName
{
color: #9E288C;
}
.AnyTagClassName
{
color: #9E288C;
}
</style>
background-color css
<style>
a { background-color: #9E288C; }
a { background-color: rgb(158,40,140); }
div.DivClassName
{
background-color: #9E288C;
}
.BgClassName
{
background-color: #9E288C;
}
</style>
border-color css
<style>
span { border-color: #9E288C; }
span { border-color: rgb(158,40,140); }
td.TdClassName
{
border-color: #9E288C;
}
.TagClassName
{
border-color: #9E288C;
}
</style>