Shades of Dark Purple #9E1082
Tints of Dark Purple #9E1082
RGB
CMYK
RGB Variations
Color information
#9E1082 (or 0x9E1082) is known color: Dark Purple. HEX triplet: 9E, 10 and 82. RGB value is (158,16,130). Sum of RGB (Red+Green+Blue) = 158+16+130=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1082 is #61EF7D. Grayscale: #474747. Windows color (decimal): -6418302 or 8523934. OLE color: 8523934.
HSL color Cylindrical-coordinate representation of color #9E1082: hue angle of 311.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1082 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 130 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.38 |
| HSL | 311.83º | 0.82% | 0.34% | - |
| HSV(B) | 311.83º | 0.9% | 0.62% | - |
| XYZ | 18.32 | 9.25 | 21.94 | - |
| YUV | 71.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 130 | 0 | 0.90 | 0.18 | 0.38 | 311.83 | 0.82 | 0.34 |
| Hex | 9E | 10 | 82 | 0 | 5A | 12 | 26 | 138 | 52 | 22 |
| Octal | 236 | 20 | 202 | 0 | 132 | 22 | 46 | 470 | 122 | 42 |
| Binary | 10011110 | 10000 | 10000010 | 0 | 1011010 | 10010 | 100110 | 100111000 | 1010010 | 100010 |
Color Harmonies of #9E1082
Complementary color
Monochromatic Colors of #9E1082
Black with #9E1082
Text Example
Text Example
White with #9E1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1082; }
p { color: rgb(158,16,130); }
H1.HeaderClassName
{
color: #9E1082;
}
.AnyTagClassName
{
color: #9E1082;
}
</style>
background-color css
<style>
a { background-color: #9E1082; }
a { background-color: rgb(158,16,130); }
div.DivClassName
{
background-color: #9E1082;
}
.BgClassName
{
background-color: #9E1082;
}
</style>
border-color css
<style>
span { border-color: #9E1082; }
span { border-color: rgb(158,16,130); }
td.TdClassName
{
border-color: #9E1082;
}
.TagClassName
{
border-color: #9E1082;
}
</style>