Shades of Vivid Violet #992DAA
Tints of Vivid Violet #992DAA
RGB
CMYK
RGB Variations
Color information
#992DAA (or 0x992DAA) is known color: Vivid Violet. HEX triplet: 99, 2D and AA. RGB value is (153,45,170). Sum of RGB (Red+Green+Blue) = 153+45+170=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #992DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DAA is #66D255. Grayscale: #5B5B5B. Windows color (decimal): -6738518 or 11152793. OLE color: 11152793.
HSL color Cylindrical-coordinate representation of color #992DAA: hue angle of 291.84º degrees, saturation: 0.58, 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 #992DAA is Cyan = 0.1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 45 | 170 | - |
| CMYK | 0.1 | 0.74 | 0 | 0.33 |
| HSL | 291.84º | 0.58% | 0.42% | - |
| HSV(B) | 291.84º | 0.74% | 0.67% | - |
| XYZ | 21.33 | 11.55 | 39.14 | - |
| YUV | 91.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 170 | 0.1 | 0.74 | 0 | 0.33 | 291.84 | 0.58 | 0.42 |
| Hex | 99 | 2D | AA | A | 4A | 0 | 21 | 124 | 3A | 2A |
| Octal | 231 | 55 | 252 | 12 | 112 | 0 | 41 | 444 | 72 | 52 |
| Binary | 10011001 | 101101 | 10101010 | 1010 | 1001010 | 0 | 100001 | 100100100 | 111010 | 101010 |
Color Harmonies of #992DAA
Complementary color
Monochromatic Colors of #992DAA
Black with #992DAA
Text Example
Text Example
White with #992DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DAA; }
p { color: rgb(153,45,170); }
H1.HeaderClassName
{
color: #992DAA;
}
.AnyTagClassName
{
color: #992DAA;
}
</style>
background-color css
<style>
a { background-color: #992DAA; }
a { background-color: rgb(153,45,170); }
div.DivClassName
{
background-color: #992DAA;
}
.BgClassName
{
background-color: #992DAA;
}
</style>
border-color css
<style>
span { border-color: #992DAA; }
span { border-color: rgb(153,45,170); }
td.TdClassName
{
border-color: #992DAA;
}
.TagClassName
{
border-color: #992DAA;
}
</style>