Shades of Dark Purple #9E1D8E
Tints of Dark Purple #9E1D8E
RGB
CMYK
RGB Variations
Color information
#9E1D8E (or 0x9E1D8E) is known color: Dark Purple. HEX triplet: 9E, 1D and 8E. RGB value is (158,29,142). Sum of RGB (Red+Green+Blue) = 158+29+142=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1D8E is #61E271. Grayscale: #505050. Windows color (decimal): -6414962 or 9313694. OLE color: 9313694.
HSL color Cylindrical-coordinate representation of color #9E1D8E: hue angle of 307.44º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D8E is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 142 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.38 |
| HSL | 307.44º | 0.69% | 0.37% | - |
| HSV(B) | 307.44º | 0.82% | 0.62% | - |
| XYZ | 19.42 | 10.1 | 26.52 | - |
| YUV | 80.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 142 | 0 | 0.82 | 0.10 | 0.38 | 307.44 | 0.69 | 0.37 |
| Hex | 9E | 1D | 8E | 0 | 52 | A | 26 | 133 | 45 | 25 |
| Octal | 236 | 35 | 216 | 0 | 122 | 12 | 46 | 463 | 105 | 45 |
| Binary | 10011110 | 11101 | 10001110 | 0 | 1010010 | 1010 | 100110 | 100110011 | 1000101 | 100101 |
Color Harmonies of #9E1D8E
Complementary color
Monochromatic Colors of #9E1D8E
Black with #9E1D8E
Text Example
Text Example
White with #9E1D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D8E; }
p { color: rgb(158,29,142); }
H1.HeaderClassName
{
color: #9E1D8E;
}
.AnyTagClassName
{
color: #9E1D8E;
}
</style>
background-color css
<style>
a { background-color: #9E1D8E; }
a { background-color: rgb(158,29,142); }
div.DivClassName
{
background-color: #9E1D8E;
}
.BgClassName
{
background-color: #9E1D8E;
}
</style>
border-color css
<style>
span { border-color: #9E1D8E; }
span { border-color: rgb(158,29,142); }
td.TdClassName
{
border-color: #9E1D8E;
}
.TagClassName
{
border-color: #9E1D8E;
}
</style>