Shades of Dark Purple #9E3192
Tints of Dark Purple #9E3192
RGB
CMYK
RGB Variations
Color information
#9E3192 (or 0x9E3192) is known color: Dark Purple. HEX triplet: 9E, 31 and 92. RGB value is (158,49,146). Sum of RGB (Red+Green+Blue) = 158+49+146=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3192 is #61CE6D. Grayscale: #5C5C5C. Windows color (decimal): -6409838 or 9580958. OLE color: 9580958.
HSL color Cylindrical-coordinate representation of color #9E3192: hue angle of 306.61º 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 #9E3192 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 146 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.38 |
| HSL | 306.61º | 0.53% | 0.41% | - |
| HSV(B) | 306.61º | 0.69% | 0.62% | - |
| XYZ | 20.39 | 11.54 | 28.35 | - |
| YUV | 92.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 146 | 0 | 0.69 | 0.08 | 0.38 | 306.61 | 0.53 | 0.41 |
| Hex | 9E | 31 | 92 | 0 | 45 | 8 | 26 | 133 | 35 | 29 |
| Octal | 236 | 61 | 222 | 0 | 105 | 10 | 46 | 463 | 65 | 51 |
| Binary | 10011110 | 110001 | 10010010 | 0 | 1000101 | 1000 | 100110 | 100110011 | 110101 | 101001 |
Color Harmonies of #9E3192
Complementary color
Monochromatic Colors of #9E3192
Black with #9E3192
Text Example
Text Example
White with #9E3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3192; }
p { color: rgb(158,49,146); }
H1.HeaderClassName
{
color: #9E3192;
}
.AnyTagClassName
{
color: #9E3192;
}
</style>
background-color css
<style>
a { background-color: #9E3192; }
a { background-color: rgb(158,49,146); }
div.DivClassName
{
background-color: #9E3192;
}
.BgClassName
{
background-color: #9E3192;
}
</style>
border-color css
<style>
span { border-color: #9E3192; }
span { border-color: rgb(158,49,146); }
td.TdClassName
{
border-color: #9E3192;
}
.TagClassName
{
border-color: #9E3192;
}
</style>