Shades of Vivid Violet #9E3792
Tints of Vivid Violet #9E3792
RGB
CMYK
RGB Variations
Color information
#9E3792 (or 0x9E3792) is known color: Vivid Violet. HEX triplet: 9E, 37 and 92. RGB value is (158,55,146). Sum of RGB (Red+Green+Blue) = 158+55+146=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3792 is #61C86D. Grayscale: #5F5F5F. Windows color (decimal): -6408302 or 9582494. OLE color: 9582494.
HSL color Cylindrical-coordinate representation of color #9E3792: hue angle of 306.99º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3792 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 146 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.38 |
| HSL | 306.99º | 0.48% | 0.42% | - |
| HSV(B) | 306.99º | 0.65% | 0.62% | - |
| XYZ | 20.66 | 12.08 | 28.44 | - |
| YUV | 96.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 146 | 0 | 0.65 | 0.08 | 0.38 | 306.99 | 0.48 | 0.42 |
| Hex | 9E | 37 | 92 | 0 | 41 | 8 | 26 | 133 | 30 | 2A |
| Octal | 236 | 67 | 222 | 0 | 101 | 10 | 46 | 463 | 60 | 52 |
| Binary | 10011110 | 110111 | 10010010 | 0 | 1000001 | 1000 | 100110 | 100110011 | 110000 | 101010 |
Color Harmonies of #9E3792
Complementary color
Monochromatic Colors of #9E3792
Black with #9E3792
Text Example
Text Example
White with #9E3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3792; }
p { color: rgb(158,55,146); }
H1.HeaderClassName
{
color: #9E3792;
}
.AnyTagClassName
{
color: #9E3792;
}
</style>
background-color css
<style>
a { background-color: #9E3792; }
a { background-color: rgb(158,55,146); }
div.DivClassName
{
background-color: #9E3792;
}
.BgClassName
{
background-color: #9E3792;
}
</style>
border-color css
<style>
span { border-color: #9E3792; }
span { border-color: rgb(158,55,146); }
td.TdClassName
{
border-color: #9E3792;
}
.TagClassName
{
border-color: #9E3792;
}
</style>