Shades of Vivid Violet #992FA6
Tints of Vivid Violet #992FA6
RGB
CMYK
RGB Variations
Color information
#992FA6 (or 0x992FA6) is known color: Vivid Violet. HEX triplet: 99, 2F and A6. RGB value is (153,47,166). Sum of RGB (Red+Green+Blue) = 153+47+166=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 166 - color contains mainly: blue. Hex color #992FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FA6 is #66D059. Grayscale: #5B5B5B. Windows color (decimal): -6738010 or 10891161. OLE color: 10891161.
HSL color Cylindrical-coordinate representation of color #992FA6: hue angle of 293.45º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992FA6 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 47 | 166 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.35 |
| HSL | 293.45º | 0.56% | 0.42% | - |
| HSV(B) | 293.45º | 0.72% | 0.65% | - |
| XYZ | 21.04 | 11.56 | 37.2 | - |
| YUV | 92.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 166 | 0.08 | 0.72 | 0 | 0.35 | 293.45 | 0.56 | 0.42 |
| Hex | 99 | 2F | A6 | 8 | 48 | 0 | 23 | 125 | 38 | 2A |
| Octal | 231 | 57 | 246 | 10 | 110 | 0 | 43 | 445 | 70 | 52 |
| Binary | 10011001 | 101111 | 10100110 | 1000 | 1001000 | 0 | 100011 | 100100101 | 111000 | 101010 |
Color Harmonies of #992FA6
Complementary color
Monochromatic Colors of #992FA6
Black with #992FA6
Text Example
Text Example
White with #992FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FA6; }
p { color: rgb(153,47,166); }
H1.HeaderClassName
{
color: #992FA6;
}
.AnyTagClassName
{
color: #992FA6;
}
</style>
background-color css
<style>
a { background-color: #992FA6; }
a { background-color: rgb(153,47,166); }
div.DivClassName
{
background-color: #992FA6;
}
.BgClassName
{
background-color: #992FA6;
}
</style>
border-color css
<style>
span { border-color: #992FA6; }
span { border-color: rgb(153,47,166); }
td.TdClassName
{
border-color: #992FA6;
}
.TagClassName
{
border-color: #992FA6;
}
</style>