Shades of Vivid Violet #9E3595
Tints of Vivid Violet #9E3595
RGB
CMYK
RGB Variations
Color information
#9E3595 (or 0x9E3595) is known color: Vivid Violet. HEX triplet: 9E, 35 and 95. RGB value is (158,53,149). Sum of RGB (Red+Green+Blue) = 158+53+149=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3595 is #61CA6A. Grayscale: #5F5F5F. Windows color (decimal): -6408811 or 9778590. OLE color: 9778590.
HSL color Cylindrical-coordinate representation of color #9E3595: hue angle of 305.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3595 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 149 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.38 |
| HSL | 305.14º | 0.5% | 0.41% | - |
| HSV(B) | 305.14º | 0.66% | 0.62% | - |
| XYZ | 20.8 | 11.99 | 29.65 | - |
| YUV | 95.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 149 | 0 | 0.66 | 0.06 | 0.38 | 305.14 | 0.5 | 0.41 |
| Hex | 9E | 35 | 95 | 0 | 42 | 6 | 26 | 131 | 32 | 29 |
| Octal | 236 | 65 | 225 | 0 | 102 | 6 | 46 | 461 | 62 | 51 |
| Binary | 10011110 | 110101 | 10010101 | 0 | 1000010 | 110 | 100110 | 100110001 | 110010 | 101001 |
Color Harmonies of #9E3595
Complementary color
Monochromatic Colors of #9E3595
Black with #9E3595
Text Example
Text Example
White with #9E3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3595; }
p { color: rgb(158,53,149); }
H1.HeaderClassName
{
color: #9E3595;
}
.AnyTagClassName
{
color: #9E3595;
}
</style>
background-color css
<style>
a { background-color: #9E3595; }
a { background-color: rgb(158,53,149); }
div.DivClassName
{
background-color: #9E3595;
}
.BgClassName
{
background-color: #9E3595;
}
</style>
border-color css
<style>
span { border-color: #9E3595; }
span { border-color: rgb(158,53,149); }
td.TdClassName
{
border-color: #9E3595;
}
.TagClassName
{
border-color: #9E3595;
}
</style>