Shades of Vivid Violet #992DA0
Tints of Vivid Violet #992DA0
RGB
CMYK
RGB Variations
Color information
#992DA0 (or 0x992DA0) is known color: Vivid Violet. HEX triplet: 99, 2D and A0. RGB value is (153,45,160). Sum of RGB (Red+Green+Blue) = 153+45+160=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #992DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DA0 is #66D25F. Grayscale: #5A5A5A. Windows color (decimal): -6738528 or 10497433. OLE color: 10497433.
HSL color Cylindrical-coordinate representation of color #992DA0: hue angle of 296.35º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992DA0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 45 | 160 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.37 |
| HSL | 296.35º | 0.56% | 0.4% | - |
| HSV(B) | 296.35º | 0.72% | 0.63% | - |
| XYZ | 20.42 | 11.19 | 34.34 | - |
| YUV | 90.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 160 | 0.04 | 0.72 | 0 | 0.37 | 296.35 | 0.56 | 0.4 |
| Hex | 99 | 2D | A0 | 4 | 48 | 0 | 25 | 128 | 38 | 28 |
| Octal | 231 | 55 | 240 | 4 | 110 | 0 | 45 | 450 | 70 | 50 |
| Binary | 10011001 | 101101 | 10100000 | 100 | 1001000 | 0 | 100101 | 100101000 | 111000 | 101000 |
Color Harmonies of #992DA0
Complementary color
Monochromatic Colors of #992DA0
Black with #992DA0
Text Example
Text Example
White with #992DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DA0; }
p { color: rgb(153,45,160); }
H1.HeaderClassName
{
color: #992DA0;
}
.AnyTagClassName
{
color: #992DA0;
}
</style>
background-color css
<style>
a { background-color: #992DA0; }
a { background-color: rgb(153,45,160); }
div.DivClassName
{
background-color: #992DA0;
}
.BgClassName
{
background-color: #992DA0;
}
</style>
border-color css
<style>
span { border-color: #992DA0; }
span { border-color: rgb(153,45,160); }
td.TdClassName
{
border-color: #992DA0;
}
.TagClassName
{
border-color: #992DA0;
}
</style>