Shades of Vivid Violet #9E319A
Tints of Vivid Violet #9E319A
RGB
CMYK
RGB Variations
Color information
#9E319A (or 0x9E319A) is known color: Vivid Violet. HEX triplet: 9E, 31 and 9A. RGB value is (158,49,154). Sum of RGB (Red+Green+Blue) = 158+49+154=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E319A is #61CE65. Grayscale: #5D5D5D. Windows color (decimal): -6409830 or 10105246. OLE color: 10105246.
HSL color Cylindrical-coordinate representation of color #9E319A: hue angle of 302.2º 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 #9E319A is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 154 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.38 |
| HSL | 302.2º | 0.53% | 0.41% | - |
| HSV(B) | 302.2º | 0.69% | 0.62% | - |
| XYZ | 21.03 | 11.8 | 31.74 | - |
| YUV | 93.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 154 | 0 | 0.69 | 0.03 | 0.38 | 302.2 | 0.53 | 0.41 |
| Hex | 9E | 31 | 9A | 0 | 45 | 3 | 26 | 12E | 35 | 29 |
| Octal | 236 | 61 | 232 | 0 | 105 | 3 | 46 | 456 | 65 | 51 |
| Binary | 10011110 | 110001 | 10011010 | 0 | 1000101 | 11 | 100110 | 100101110 | 110101 | 101001 |
Color Harmonies of #9E319A
Complementary color
Monochromatic Colors of #9E319A
Black with #9E319A
Text Example
Text Example
White with #9E319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E319A; }
p { color: rgb(158,49,154); }
H1.HeaderClassName
{
color: #9E319A;
}
.AnyTagClassName
{
color: #9E319A;
}
</style>
background-color css
<style>
a { background-color: #9E319A; }
a { background-color: rgb(158,49,154); }
div.DivClassName
{
background-color: #9E319A;
}
.BgClassName
{
background-color: #9E319A;
}
</style>
border-color css
<style>
span { border-color: #9E319A; }
span { border-color: rgb(158,49,154); }
td.TdClassName
{
border-color: #9E319A;
}
.TagClassName
{
border-color: #9E319A;
}
</style>