Shades of Dark Purple #9E3291
Tints of Dark Purple #9E3291
RGB
CMYK
RGB Variations
Color information
#9E3291 (or 0x9E3291) is known color: Dark Purple. HEX triplet: 9E, 32 and 91. RGB value is (158,50,145). Sum of RGB (Red+Green+Blue) = 158+50+145=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3291 is #61CD6E. Grayscale: #5C5C5C. Windows color (decimal): -6409583 or 9515678. OLE color: 9515678.
HSL color Cylindrical-coordinate representation of color #9E3291: hue angle of 307.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3291 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 145 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.38 |
| HSL | 307.22º | 0.52% | 0.41% | - |
| HSV(B) | 307.22º | 0.68% | 0.62% | - |
| XYZ | 20.35 | 11.59 | 27.95 | - |
| YUV | 93.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 145 | 0 | 0.68 | 0.08 | 0.38 | 307.22 | 0.52 | 0.41 |
| Hex | 9E | 32 | 91 | 0 | 44 | 8 | 26 | 133 | 34 | 29 |
| Octal | 236 | 62 | 221 | 0 | 104 | 10 | 46 | 463 | 64 | 51 |
| Binary | 10011110 | 110010 | 10010001 | 0 | 1000100 | 1000 | 100110 | 100110011 | 110100 | 101001 |
Color Harmonies of #9E3291
Complementary color
Monochromatic Colors of #9E3291
Black with #9E3291
Text Example
Text Example
White with #9E3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3291; }
p { color: rgb(158,50,145); }
H1.HeaderClassName
{
color: #9E3291;
}
.AnyTagClassName
{
color: #9E3291;
}
</style>
background-color css
<style>
a { background-color: #9E3291; }
a { background-color: rgb(158,50,145); }
div.DivClassName
{
background-color: #9E3291;
}
.BgClassName
{
background-color: #9E3291;
}
</style>
border-color css
<style>
span { border-color: #9E3291; }
span { border-color: rgb(158,50,145); }
td.TdClassName
{
border-color: #9E3291;
}
.TagClassName
{
border-color: #9E3291;
}
</style>