Shades of Vivid Violet #9E3093
Tints of Vivid Violet #9E3093
RGB
CMYK
RGB Variations
Color information
#9E3093 (or 0x9E3093) is known color: Vivid Violet. HEX triplet: 9E, 30 and 93. RGB value is (158,48,147). Sum of RGB (Red+Green+Blue) = 158+48+147=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3093 is #61CF6C. Grayscale: #5B5B5B. Windows color (decimal): -6410093 or 9646238. OLE color: 9646238.
HSL color Cylindrical-coordinate representation of color #9E3093: hue angle of 306º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3093 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 147 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.38 |
| HSL | 306º | 0.53% | 0.4% | - |
| HSV(B) | 306º | 0.7% | 0.62% | - |
| XYZ | 20.42 | 11.49 | 28.75 | - |
| YUV | 92.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 147 | 0 | 0.70 | 0.07 | 0.38 | 306 | 0.53 | 0.4 |
| Hex | 9E | 30 | 93 | 0 | 46 | 7 | 26 | 132 | 35 | 28 |
| Octal | 236 | 60 | 223 | 0 | 106 | 7 | 46 | 462 | 65 | 50 |
| Binary | 10011110 | 110000 | 10010011 | 0 | 1000110 | 111 | 100110 | 100110010 | 110101 | 101000 |
Color Harmonies of #9E3093
Complementary color
Monochromatic Colors of #9E3093
Black with #9E3093
Text Example
Text Example
White with #9E3093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3093; }
p { color: rgb(158,48,147); }
H1.HeaderClassName
{
color: #9E3093;
}
.AnyTagClassName
{
color: #9E3093;
}
</style>
background-color css
<style>
a { background-color: #9E3093; }
a { background-color: rgb(158,48,147); }
div.DivClassName
{
background-color: #9E3093;
}
.BgClassName
{
background-color: #9E3093;
}
</style>
border-color css
<style>
span { border-color: #9E3093; }
span { border-color: rgb(158,48,147); }
td.TdClassName
{
border-color: #9E3093;
}
.TagClassName
{
border-color: #9E3093;
}
</style>