Shades of Dark Purple #9E2292
Tints of Dark Purple #9E2292
RGB
CMYK
RGB Variations
Color information
#9E2292 (or 0x9E2292) is known color: Dark Purple. HEX triplet: 9E, 22 and 92. RGB value is (158,34,146). Sum of RGB (Red+Green+Blue) = 158+34+146=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2292 is #61DD6D. Grayscale: #535353. Windows color (decimal): -6413678 or 9577118. OLE color: 9577118.
HSL color Cylindrical-coordinate representation of color #9E2292: hue angle of 305.81º degrees, saturation: 0.65, 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 #9E2292 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 146 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.38 |
| HSL | 305.81º | 0.65% | 0.38% | - |
| HSV(B) | 305.81º | 0.78% | 0.62% | - |
| XYZ | 19.86 | 10.49 | 28.17 | - |
| YUV | 83.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 146 | 0 | 0.78 | 0.08 | 0.38 | 305.81 | 0.65 | 0.38 |
| Hex | 9E | 22 | 92 | 0 | 4E | 8 | 26 | 132 | 41 | 26 |
| Octal | 236 | 42 | 222 | 0 | 116 | 10 | 46 | 462 | 101 | 46 |
| Binary | 10011110 | 100010 | 10010010 | 0 | 1001110 | 1000 | 100110 | 100110010 | 1000001 | 100110 |
Color Harmonies of #9E2292
Complementary color
Monochromatic Colors of #9E2292
Black with #9E2292
Text Example
Text Example
White with #9E2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2292; }
p { color: rgb(158,34,146); }
H1.HeaderClassName
{
color: #9E2292;
}
.AnyTagClassName
{
color: #9E2292;
}
</style>
background-color css
<style>
a { background-color: #9E2292; }
a { background-color: rgb(158,34,146); }
div.DivClassName
{
background-color: #9E2292;
}
.BgClassName
{
background-color: #9E2292;
}
</style>
border-color css
<style>
span { border-color: #9E2292; }
span { border-color: rgb(158,34,146); }
td.TdClassName
{
border-color: #9E2292;
}
.TagClassName
{
border-color: #9E2292;
}
</style>