Shades of Vivid Violet #9E3999
Tints of Vivid Violet #9E3999
RGB
CMYK
RGB Variations
Color information
#9E3999 (or 0x9E3999) is known color: Vivid Violet. HEX triplet: 9E, 39 and 99. RGB value is (158,57,153). Sum of RGB (Red+Green+Blue) = 158+57+153=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3999 is #61C666. Grayscale: #616161. Windows color (decimal): -6407783 or 10041758. OLE color: 10041758.
HSL color Cylindrical-coordinate representation of color #9E3999: hue angle of 302.97º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E3999 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 153 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.38 |
| HSL | 302.97º | 0.47% | 0.42% | - |
| HSV(B) | 302.97º | 0.64% | 0.62% | - |
| XYZ | 21.31 | 12.5 | 31.43 | - |
| YUV | 98.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 153 | 0 | 0.64 | 0.03 | 0.38 | 302.97 | 0.47 | 0.42 |
| Hex | 9E | 39 | 99 | 0 | 40 | 3 | 26 | 12F | 2F | 2A |
| Octal | 236 | 71 | 231 | 0 | 100 | 3 | 46 | 457 | 57 | 52 |
| Binary | 10011110 | 111001 | 10011001 | 0 | 1000000 | 11 | 100110 | 100101111 | 101111 | 101010 |
Color Harmonies of #9E3999
Complementary color
Monochromatic Colors of #9E3999
Black with #9E3999
Text Example
Text Example
White with #9E3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3999; }
p { color: rgb(158,57,153); }
H1.HeaderClassName
{
color: #9E3999;
}
.AnyTagClassName
{
color: #9E3999;
}
</style>
background-color css
<style>
a { background-color: #9E3999; }
a { background-color: rgb(158,57,153); }
div.DivClassName
{
background-color: #9E3999;
}
.BgClassName
{
background-color: #9E3999;
}
</style>
border-color css
<style>
span { border-color: #9E3999; }
span { border-color: rgb(158,57,153); }
td.TdClassName
{
border-color: #9E3999;
}
.TagClassName
{
border-color: #9E3999;
}
</style>