Shades of Vivid Violet #9E3497
Tints of Vivid Violet #9E3497
RGB
CMYK
RGB Variations
Color information
#9E3497 (or 0x9E3497) is known color: Vivid Violet. HEX triplet: 9E, 34 and 97. RGB value is (158,52,151). Sum of RGB (Red+Green+Blue) = 158+52+151=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3497 is #61CB68. Grayscale: #5E5E5E. Windows color (decimal): -6409065 or 9909406. OLE color: 9909406.
HSL color Cylindrical-coordinate representation of color #9E3497: hue angle of 303.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3497 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 151 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.38 |
| HSL | 303.96º | 0.5% | 0.41% | - |
| HSV(B) | 303.96º | 0.67% | 0.62% | - |
| XYZ | 20.91 | 11.96 | 30.48 | - |
| YUV | 94.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 151 | 0 | 0.67 | 0.04 | 0.38 | 303.96 | 0.5 | 0.41 |
| Hex | 9E | 34 | 97 | 0 | 43 | 4 | 26 | 130 | 32 | 29 |
| Octal | 236 | 64 | 227 | 0 | 103 | 4 | 46 | 460 | 62 | 51 |
| Binary | 10011110 | 110100 | 10010111 | 0 | 1000011 | 100 | 100110 | 100110000 | 110010 | 101001 |
Color Harmonies of #9E3497
Complementary color
Monochromatic Colors of #9E3497
Black with #9E3497
Text Example
Text Example
White with #9E3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3497; }
p { color: rgb(158,52,151); }
H1.HeaderClassName
{
color: #9E3497;
}
.AnyTagClassName
{
color: #9E3497;
}
</style>
background-color css
<style>
a { background-color: #9E3497; }
a { background-color: rgb(158,52,151); }
div.DivClassName
{
background-color: #9E3497;
}
.BgClassName
{
background-color: #9E3497;
}
</style>
border-color css
<style>
span { border-color: #9E3497; }
span { border-color: rgb(158,52,151); }
td.TdClassName
{
border-color: #9E3497;
}
.TagClassName
{
border-color: #9E3497;
}
</style>