Shades of Dark Purple #9E2399
Tints of Dark Purple #9E2399
RGB
CMYK
RGB Variations
Color information
#9E2399 (or 0x9E2399) is known color: Dark Purple. HEX triplet: 9E, 23 and 99. RGB value is (158,35,153). Sum of RGB (Red+Green+Blue) = 158+35+153=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2399 is #61DC66. Grayscale: #545454. Windows color (decimal): -6413415 or 10036126. OLE color: 10036126.
HSL color Cylindrical-coordinate representation of color #9E2399: hue angle of 302.44º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2399 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 153 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.38 |
| HSL | 302.44º | 0.64% | 0.38% | - |
| HSV(B) | 302.44º | 0.78% | 0.62% | - |
| XYZ | 20.45 | 10.77 | 31.14 | - |
| YUV | 85.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 153 | 0 | 0.78 | 0.03 | 0.38 | 302.44 | 0.64 | 0.38 |
| Hex | 9E | 23 | 99 | 0 | 4E | 3 | 26 | 12E | 40 | 26 |
| Octal | 236 | 43 | 231 | 0 | 116 | 3 | 46 | 456 | 100 | 46 |
| Binary | 10011110 | 100011 | 10011001 | 0 | 1001110 | 11 | 100110 | 100101110 | 1000000 | 100110 |
Color Harmonies of #9E2399
Complementary color
Monochromatic Colors of #9E2399
Black with #9E2399
Text Example
Text Example
White with #9E2399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2399; }
p { color: rgb(158,35,153); }
H1.HeaderClassName
{
color: #9E2399;
}
.AnyTagClassName
{
color: #9E2399;
}
</style>
background-color css
<style>
a { background-color: #9E2399; }
a { background-color: rgb(158,35,153); }
div.DivClassName
{
background-color: #9E2399;
}
.BgClassName
{
background-color: #9E2399;
}
</style>
border-color css
<style>
span { border-color: #9E2399; }
span { border-color: rgb(158,35,153); }
td.TdClassName
{
border-color: #9E2399;
}
.TagClassName
{
border-color: #9E2399;
}
</style>