Shades of Vivid Violet #9E3992
Tints of Vivid Violet #9E3992
RGB
CMYK
RGB Variations
Color information
#9E3992 (or 0x9E3992) is known color: Vivid Violet. HEX triplet: 9E, 39 and 92. RGB value is (158,57,146). Sum of RGB (Red+Green+Blue) = 158+57+146=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3992 is #61C66D. Grayscale: #616161. Windows color (decimal): -6407790 or 9583006. OLE color: 9583006.
HSL color Cylindrical-coordinate representation of color #9E3992: hue angle of 307.13º 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 #9E3992 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 146 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.38 |
| HSL | 307.13º | 0.47% | 0.42% | - |
| HSV(B) | 307.13º | 0.64% | 0.62% | - |
| XYZ | 20.75 | 12.27 | 28.47 | - |
| YUV | 97.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 146 | 0 | 0.64 | 0.08 | 0.38 | 307.13 | 0.47 | 0.42 |
| Hex | 9E | 39 | 92 | 0 | 40 | 8 | 26 | 133 | 2F | 2A |
| Octal | 236 | 71 | 222 | 0 | 100 | 10 | 46 | 463 | 57 | 52 |
| Binary | 10011110 | 111001 | 10010010 | 0 | 1000000 | 1000 | 100110 | 100110011 | 101111 | 101010 |
Color Harmonies of #9E3992
Complementary color
Monochromatic Colors of #9E3992
Black with #9E3992
Text Example
Text Example
White with #9E3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3992; }
p { color: rgb(158,57,146); }
H1.HeaderClassName
{
color: #9E3992;
}
.AnyTagClassName
{
color: #9E3992;
}
</style>
background-color css
<style>
a { background-color: #9E3992; }
a { background-color: rgb(158,57,146); }
div.DivClassName
{
background-color: #9E3992;
}
.BgClassName
{
background-color: #9E3992;
}
</style>
border-color css
<style>
span { border-color: #9E3992; }
span { border-color: rgb(158,57,146); }
td.TdClassName
{
border-color: #9E3992;
}
.TagClassName
{
border-color: #9E3992;
}
</style>