Shades of Dark Purple #9E2289
Tints of Dark Purple #9E2289
RGB
CMYK
RGB Variations
Color information
#9E2289 (or 0x9E2289) is known color: Dark Purple. HEX triplet: 9E, 22 and 89. RGB value is (158,34,137). Sum of RGB (Red+Green+Blue) = 158+34+137=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2289 is #61DD76. Grayscale: #525252. Windows color (decimal): -6413687 or 8987294. OLE color: 8987294.
HSL color Cylindrical-coordinate representation of color #9E2289: hue angle of 310.16º 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 #9E2289 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 137 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.38 |
| HSL | 310.16º | 0.65% | 0.38% | - |
| HSV(B) | 310.16º | 0.78% | 0.62% | - |
| XYZ | 19.19 | 10.22 | 24.63 | - |
| YUV | 82.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 137 | 0 | 0.78 | 0.13 | 0.38 | 310.16 | 0.65 | 0.38 |
| Hex | 9E | 22 | 89 | 0 | 4E | D | 26 | 136 | 41 | 26 |
| Octal | 236 | 42 | 211 | 0 | 116 | 15 | 46 | 466 | 101 | 46 |
| Binary | 10011110 | 100010 | 10001001 | 0 | 1001110 | 1101 | 100110 | 100110110 | 1000001 | 100110 |
Color Harmonies of #9E2289
Complementary color
Monochromatic Colors of #9E2289
Black with #9E2289
Text Example
Text Example
White with #9E2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2289; }
p { color: rgb(158,34,137); }
H1.HeaderClassName
{
color: #9E2289;
}
.AnyTagClassName
{
color: #9E2289;
}
</style>
background-color css
<style>
a { background-color: #9E2289; }
a { background-color: rgb(158,34,137); }
div.DivClassName
{
background-color: #9E2289;
}
.BgClassName
{
background-color: #9E2289;
}
</style>
border-color css
<style>
span { border-color: #9E2289; }
span { border-color: rgb(158,34,137); }
td.TdClassName
{
border-color: #9E2289;
}
.TagClassName
{
border-color: #9E2289;
}
</style>