Shades of Vivid Violet #9E3793
Tints of Vivid Violet #9E3793
RGB
CMYK
RGB Variations
Color information
#9E3793 (or 0x9E3793) is known color: Vivid Violet. HEX triplet: 9E, 37 and 93. RGB value is (158,55,147). Sum of RGB (Red+Green+Blue) = 158+55+147=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3793 is #61C86C. Grayscale: #606060. Windows color (decimal): -6408301 or 9648030. OLE color: 9648030.
HSL color Cylindrical-coordinate representation of color #9E3793: hue angle of 306.41º 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 #9E3793 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 147 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.38 |
| HSL | 306.41º | 0.48% | 0.42% | - |
| HSV(B) | 306.41º | 0.65% | 0.62% | - |
| XYZ | 20.73 | 12.11 | 28.85 | - |
| YUV | 96.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 147 | 0 | 0.65 | 0.07 | 0.38 | 306.41 | 0.48 | 0.42 |
| Hex | 9E | 37 | 93 | 0 | 41 | 7 | 26 | 132 | 30 | 2A |
| Octal | 236 | 67 | 223 | 0 | 101 | 7 | 46 | 462 | 60 | 52 |
| Binary | 10011110 | 110111 | 10010011 | 0 | 1000001 | 111 | 100110 | 100110010 | 110000 | 101010 |
Color Harmonies of #9E3793
Complementary color
Monochromatic Colors of #9E3793
Black with #9E3793
Text Example
Text Example
White with #9E3793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3793; }
p { color: rgb(158,55,147); }
H1.HeaderClassName
{
color: #9E3793;
}
.AnyTagClassName
{
color: #9E3793;
}
</style>
background-color css
<style>
a { background-color: #9E3793; }
a { background-color: rgb(158,55,147); }
div.DivClassName
{
background-color: #9E3793;
}
.BgClassName
{
background-color: #9E3793;
}
</style>
border-color css
<style>
span { border-color: #9E3793; }
span { border-color: rgb(158,55,147); }
td.TdClassName
{
border-color: #9E3793;
}
.TagClassName
{
border-color: #9E3793;
}
</style>