Shades of Vivid Violet #9E3193
Tints of Vivid Violet #9E3193
RGB
CMYK
RGB Variations
Color information
#9E3193 (or 0x9E3193) is known color: Vivid Violet. HEX triplet: 9E, 31 and 93. RGB value is (158,49,147). Sum of RGB (Red+Green+Blue) = 158+49+147=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3193 is #61CE6C. Grayscale: #5C5C5C. Windows color (decimal): -6409837 or 9646494. OLE color: 9646494.
HSL color Cylindrical-coordinate representation of color #9E3193: hue angle of 306.06º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3193 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 147 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.38 |
| HSL | 306.06º | 0.53% | 0.41% | - |
| HSV(B) | 306.06º | 0.69% | 0.62% | - |
| XYZ | 20.47 | 11.57 | 28.76 | - |
| YUV | 92.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 147 | 0 | 0.69 | 0.07 | 0.38 | 306.06 | 0.53 | 0.41 |
| Hex | 9E | 31 | 93 | 0 | 45 | 7 | 26 | 132 | 35 | 29 |
| Octal | 236 | 61 | 223 | 0 | 105 | 7 | 46 | 462 | 65 | 51 |
| Binary | 10011110 | 110001 | 10010011 | 0 | 1000101 | 111 | 100110 | 100110010 | 110101 | 101001 |
Color Harmonies of #9E3193
Complementary color
Monochromatic Colors of #9E3193
Black with #9E3193
Text Example
Text Example
White with #9E3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3193; }
p { color: rgb(158,49,147); }
H1.HeaderClassName
{
color: #9E3193;
}
.AnyTagClassName
{
color: #9E3193;
}
</style>
background-color css
<style>
a { background-color: #9E3193; }
a { background-color: rgb(158,49,147); }
div.DivClassName
{
background-color: #9E3193;
}
.BgClassName
{
background-color: #9E3193;
}
</style>
border-color css
<style>
span { border-color: #9E3193; }
span { border-color: rgb(158,49,147); }
td.TdClassName
{
border-color: #9E3193;
}
.TagClassName
{
border-color: #9E3193;
}
</style>