Shades of Vivid Violet #9E2EA2
Tints of Vivid Violet #9E2EA2
RGB
CMYK
RGB Variations
Color information
#9E2EA2 (or 0x9E2EA2) is known color: Vivid Violet. HEX triplet: 9E, 2E and A2. RGB value is (158,46,162). Sum of RGB (Red+Green+Blue) = 158+46+162=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #9E2EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2EA2 is #61D15D. Grayscale: #5C5C5C. Windows color (decimal): -6410590 or 10628766. OLE color: 10628766.
HSL color Cylindrical-coordinate representation of color #9E2EA2: hue angle of 297.93º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2EA2 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 46 | 162 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.36 |
| HSL | 297.93º | 0.56% | 0.41% | - |
| HSV(B) | 297.93º | 0.72% | 0.64% | - |
| XYZ | 21.6 | 11.83 | 35.33 | - |
| YUV | 92.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 162 | 0.02 | 0.72 | 0 | 0.36 | 297.93 | 0.56 | 0.41 |
| Hex | 9E | 2E | A2 | 2 | 48 | 0 | 24 | 12A | 38 | 29 |
| Octal | 236 | 56 | 242 | 2 | 110 | 0 | 44 | 452 | 70 | 51 |
| Binary | 10011110 | 101110 | 10100010 | 10 | 1001000 | 0 | 100100 | 100101010 | 111000 | 101001 |
Color Harmonies of #9E2EA2
Complementary color
Monochromatic Colors of #9E2EA2
Black with #9E2EA2
Text Example
Text Example
White with #9E2EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2EA2; }
p { color: rgb(158,46,162); }
H1.HeaderClassName
{
color: #9E2EA2;
}
.AnyTagClassName
{
color: #9E2EA2;
}
</style>
background-color css
<style>
a { background-color: #9E2EA2; }
a { background-color: rgb(158,46,162); }
div.DivClassName
{
background-color: #9E2EA2;
}
.BgClassName
{
background-color: #9E2EA2;
}
</style>
border-color css
<style>
span { border-color: #9E2EA2; }
span { border-color: rgb(158,46,162); }
td.TdClassName
{
border-color: #9E2EA2;
}
.TagClassName
{
border-color: #9E2EA2;
}
</style>