Shades of Dark Purple #9E2396
Tints of Dark Purple #9E2396
RGB
CMYK
RGB Variations
Color information
#9E2396 (or 0x9E2396) is known color: Dark Purple. HEX triplet: 9E, 23 and 96. RGB value is (158,35,150). Sum of RGB (Red+Green+Blue) = 158+35+150=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2396 is #61DC69. Grayscale: #545454. Windows color (decimal): -6413418 or 9839518. OLE color: 9839518.
HSL color Cylindrical-coordinate representation of color #9E2396: hue angle of 303.9º 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 #9E2396 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 150 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.38 |
| HSL | 303.9º | 0.64% | 0.38% | - |
| HSV(B) | 303.9º | 0.78% | 0.62% | - |
| XYZ | 20.21 | 10.67 | 29.85 | - |
| YUV | 84.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 150 | 0 | 0.78 | 0.05 | 0.38 | 303.9 | 0.64 | 0.38 |
| Hex | 9E | 23 | 96 | 0 | 4E | 5 | 26 | 130 | 40 | 26 |
| Octal | 236 | 43 | 226 | 0 | 116 | 5 | 46 | 460 | 100 | 46 |
| Binary | 10011110 | 100011 | 10010110 | 0 | 1001110 | 101 | 100110 | 100110000 | 1000000 | 100110 |
Color Harmonies of #9E2396
Complementary color
Monochromatic Colors of #9E2396
Black with #9E2396
Text Example
Text Example
White with #9E2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2396; }
p { color: rgb(158,35,150); }
H1.HeaderClassName
{
color: #9E2396;
}
.AnyTagClassName
{
color: #9E2396;
}
</style>
background-color css
<style>
a { background-color: #9E2396; }
a { background-color: rgb(158,35,150); }
div.DivClassName
{
background-color: #9E2396;
}
.BgClassName
{
background-color: #9E2396;
}
</style>
border-color css
<style>
span { border-color: #9E2396; }
span { border-color: rgb(158,35,150); }
td.TdClassName
{
border-color: #9E2396;
}
.TagClassName
{
border-color: #9E2396;
}
</style>