Shades of Vivid Violet #9E3698
Tints of Vivid Violet #9E3698
RGB
CMYK
RGB Variations
Color information
#9E3698 (or 0x9E3698) is known color: Vivid Violet. HEX triplet: 9E, 36 and 98. RGB value is (158,54,152). Sum of RGB (Red+Green+Blue) = 158+54+152=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3698 is #61C967. Grayscale: #5F5F5F. Windows color (decimal): -6408552 or 9975454. OLE color: 9975454.
HSL color Cylindrical-coordinate representation of color #9E3698: hue angle of 303.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3698 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 152 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.38 |
| HSL | 303.46º | 0.49% | 0.42% | - |
| HSV(B) | 303.46º | 0.66% | 0.62% | - |
| XYZ | 21.09 | 12.17 | 30.94 | - |
| YUV | 96.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 152 | 0 | 0.66 | 0.04 | 0.38 | 303.46 | 0.49 | 0.42 |
| Hex | 9E | 36 | 98 | 0 | 42 | 4 | 26 | 12F | 31 | 2A |
| Octal | 236 | 66 | 230 | 0 | 102 | 4 | 46 | 457 | 61 | 52 |
| Binary | 10011110 | 110110 | 10011000 | 0 | 1000010 | 100 | 100110 | 100101111 | 110001 | 101010 |
Color Harmonies of #9E3698
Complementary color
Monochromatic Colors of #9E3698
Black with #9E3698
Text Example
Text Example
White with #9E3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3698; }
p { color: rgb(158,54,152); }
H1.HeaderClassName
{
color: #9E3698;
}
.AnyTagClassName
{
color: #9E3698;
}
</style>
background-color css
<style>
a { background-color: #9E3698; }
a { background-color: rgb(158,54,152); }
div.DivClassName
{
background-color: #9E3698;
}
.BgClassName
{
background-color: #9E3698;
}
</style>
border-color css
<style>
span { border-color: #9E3698; }
span { border-color: rgb(158,54,152); }
td.TdClassName
{
border-color: #9E3698;
}
.TagClassName
{
border-color: #9E3698;
}
</style>