Shades of Vivid Violet #992EAA
Tints of Vivid Violet #992EAA
RGB
CMYK
RGB Variations
Color information
#992EAA (or 0x992EAA) is known color: Vivid Violet. HEX triplet: 99, 2E and AA. RGB value is (153,46,170). Sum of RGB (Red+Green+Blue) = 153+46+170=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #992EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992EAA is #66D155. Grayscale: #5B5B5B. Windows color (decimal): -6738262 or 11153049. OLE color: 11153049.
HSL color Cylindrical-coordinate representation of color #992EAA: hue angle of 291.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992EAA is Cyan = 0.1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 46 | 170 | - |
| CMYK | 0.1 | 0.73 | 0 | 0.33 |
| HSL | 291.77º | 0.57% | 0.42% | - |
| HSV(B) | 291.77º | 0.73% | 0.67% | - |
| XYZ | 21.37 | 11.63 | 39.15 | - |
| YUV | 92.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 170 | 0.1 | 0.73 | 0 | 0.33 | 291.77 | 0.57 | 0.42 |
| Hex | 99 | 2E | AA | A | 49 | 0 | 21 | 124 | 39 | 2A |
| Octal | 231 | 56 | 252 | 12 | 111 | 0 | 41 | 444 | 71 | 52 |
| Binary | 10011001 | 101110 | 10101010 | 1010 | 1001001 | 0 | 100001 | 100100100 | 111001 | 101010 |
Color Harmonies of #992EAA
Complementary color
Monochromatic Colors of #992EAA
Black with #992EAA
Text Example
Text Example
White with #992EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EAA; }
p { color: rgb(153,46,170); }
H1.HeaderClassName
{
color: #992EAA;
}
.AnyTagClassName
{
color: #992EAA;
}
</style>
background-color css
<style>
a { background-color: #992EAA; }
a { background-color: rgb(153,46,170); }
div.DivClassName
{
background-color: #992EAA;
}
.BgClassName
{
background-color: #992EAA;
}
</style>
border-color css
<style>
span { border-color: #992EAA; }
span { border-color: rgb(153,46,170); }
td.TdClassName
{
border-color: #992EAA;
}
.TagClassName
{
border-color: #992EAA;
}
</style>