Shades of Dark Purple #9E2380
Tints of Dark Purple #9E2380
RGB
CMYK
RGB Variations
Color information
#9E2380 (or 0x9E2380) is known color: Dark Purple. HEX triplet: 9E, 23 and 80. RGB value is (158,35,128). Sum of RGB (Red+Green+Blue) = 158+35+128=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2380 is #61DC7F. Grayscale: #525252. Windows color (decimal): -6413440 or 8397726. OLE color: 8397726.
HSL color Cylindrical-coordinate representation of color #9E2380: hue angle of 314.63º 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 #9E2380 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 128 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.38 |
| HSL | 314.63º | 0.64% | 0.38% | - |
| HSV(B) | 314.63º | 0.78% | 0.62% | - |
| XYZ | 18.6 | 10.03 | 21.38 | - |
| YUV | 82.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 128 | 0 | 0.78 | 0.19 | 0.38 | 314.63 | 0.64 | 0.38 |
| Hex | 9E | 23 | 80 | 0 | 4E | 13 | 26 | 13B | 40 | 26 |
| Octal | 236 | 43 | 200 | 0 | 116 | 23 | 46 | 473 | 100 | 46 |
| Binary | 10011110 | 100011 | 10000000 | 0 | 1001110 | 10011 | 100110 | 100111011 | 1000000 | 100110 |
Color Harmonies of #9E2380
Complementary color
Monochromatic Colors of #9E2380
Black with #9E2380
Text Example
Text Example
White with #9E2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2380; }
p { color: rgb(158,35,128); }
H1.HeaderClassName
{
color: #9E2380;
}
.AnyTagClassName
{
color: #9E2380;
}
</style>
background-color css
<style>
a { background-color: #9E2380; }
a { background-color: rgb(158,35,128); }
div.DivClassName
{
background-color: #9E2380;
}
.BgClassName
{
background-color: #9E2380;
}
</style>
border-color css
<style>
span { border-color: #9E2380; }
span { border-color: rgb(158,35,128); }
td.TdClassName
{
border-color: #9E2380;
}
.TagClassName
{
border-color: #9E2380;
}
</style>