Shades of Dark Purple #9E3191
Tints of Dark Purple #9E3191
RGB
CMYK
RGB Variations
Color information
#9E3191 (or 0x9E3191) is known color: Dark Purple. HEX triplet: 9E, 31 and 91. RGB value is (158,49,145). Sum of RGB (Red+Green+Blue) = 158+49+145=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3191 is #61CE6E. Grayscale: #5C5C5C. Windows color (decimal): -6409839 or 9515422. OLE color: 9515422.
HSL color Cylindrical-coordinate representation of color #9E3191: hue angle of 307.16º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3191 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 145 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.38 |
| HSL | 307.16º | 0.53% | 0.41% | - |
| HSV(B) | 307.16º | 0.69% | 0.62% | - |
| XYZ | 20.31 | 11.51 | 27.94 | - |
| YUV | 92.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 145 | 0 | 0.69 | 0.08 | 0.38 | 307.16 | 0.53 | 0.41 |
| Hex | 9E | 31 | 91 | 0 | 45 | 8 | 26 | 133 | 35 | 29 |
| Octal | 236 | 61 | 221 | 0 | 105 | 10 | 46 | 463 | 65 | 51 |
| Binary | 10011110 | 110001 | 10010001 | 0 | 1000101 | 1000 | 100110 | 100110011 | 110101 | 101001 |
Color Harmonies of #9E3191
Complementary color
Monochromatic Colors of #9E3191
Black with #9E3191
Text Example
Text Example
White with #9E3191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3191; }
p { color: rgb(158,49,145); }
H1.HeaderClassName
{
color: #9E3191;
}
.AnyTagClassName
{
color: #9E3191;
}
</style>
background-color css
<style>
a { background-color: #9E3191; }
a { background-color: rgb(158,49,145); }
div.DivClassName
{
background-color: #9E3191;
}
.BgClassName
{
background-color: #9E3191;
}
</style>
border-color css
<style>
span { border-color: #9E3191; }
span { border-color: rgb(158,49,145); }
td.TdClassName
{
border-color: #9E3191;
}
.TagClassName
{
border-color: #9E3191;
}
</style>