Shades of Vivid Violet #992CAA
Tints of Vivid Violet #992CAA
RGB
CMYK
RGB Variations
Color information
#992CAA (or 0x992CAA) is known color: Vivid Violet. HEX triplet: 99, 2C and AA. RGB value is (153,44,170). Sum of RGB (Red+Green+Blue) = 153+44+170=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #992CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CAA is #66D355. Grayscale: #5A5A5A. Windows color (decimal): -6738774 or 11152537. OLE color: 11152537.
HSL color Cylindrical-coordinate representation of color #992CAA: hue angle of 291.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992CAA is Cyan = 0.1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 44 | 170 | - |
| CMYK | 0.1 | 0.74 | 0 | 0.33 |
| HSL | 291.9º | 0.59% | 0.42% | - |
| HSV(B) | 291.9º | 0.74% | 0.67% | - |
| XYZ | 21.29 | 11.48 | 39.12 | - |
| YUV | 90.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 170 | 0.1 | 0.74 | 0 | 0.33 | 291.9 | 0.59 | 0.42 |
| Hex | 99 | 2C | AA | A | 4A | 0 | 21 | 124 | 3B | 2A |
| Octal | 231 | 54 | 252 | 12 | 112 | 0 | 41 | 444 | 73 | 52 |
| Binary | 10011001 | 101100 | 10101010 | 1010 | 1001010 | 0 | 100001 | 100100100 | 111011 | 101010 |
Color Harmonies of #992CAA
Complementary color
Monochromatic Colors of #992CAA
Black with #992CAA
Text Example
Text Example
White with #992CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CAA; }
p { color: rgb(153,44,170); }
H1.HeaderClassName
{
color: #992CAA;
}
.AnyTagClassName
{
color: #992CAA;
}
</style>
background-color css
<style>
a { background-color: #992CAA; }
a { background-color: rgb(153,44,170); }
div.DivClassName
{
background-color: #992CAA;
}
.BgClassName
{
background-color: #992CAA;
}
</style>
border-color css
<style>
span { border-color: #992CAA; }
span { border-color: rgb(153,44,170); }
td.TdClassName
{
border-color: #992CAA;
}
.TagClassName
{
border-color: #992CAA;
}
</style>