Shades of Vivid Violet #992FA7
Tints of Vivid Violet #992FA7
RGB
CMYK
RGB Variations
Color information
#992FA7 (or 0x992FA7) is known color: Vivid Violet. HEX triplet: 99, 2F and A7. RGB value is (153,47,167). Sum of RGB (Red+Green+Blue) = 153+47+167=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #992FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FA7 is #66D058. Grayscale: #5C5C5C. Windows color (decimal): -6738009 or 10956697. OLE color: 10956697.
HSL color Cylindrical-coordinate representation of color #992FA7: hue angle of 293º 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 #992FA7 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 47 | 167 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.35 |
| HSL | 293º | 0.56% | 0.42% | - |
| HSV(B) | 293º | 0.72% | 0.65% | - |
| XYZ | 21.13 | 11.6 | 37.68 | - |
| YUV | 92.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 167 | 0.08 | 0.72 | 0 | 0.35 | 293 | 0.56 | 0.42 |
| Hex | 99 | 2F | A7 | 8 | 48 | 0 | 23 | 125 | 38 | 2A |
| Octal | 231 | 57 | 247 | 10 | 110 | 0 | 43 | 445 | 70 | 52 |
| Binary | 10011001 | 101111 | 10100111 | 1000 | 1001000 | 0 | 100011 | 100100101 | 111000 | 101010 |
Color Harmonies of #992FA7
Complementary color
Monochromatic Colors of #992FA7
Black with #992FA7
Text Example
Text Example
White with #992FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FA7; }
p { color: rgb(153,47,167); }
H1.HeaderClassName
{
color: #992FA7;
}
.AnyTagClassName
{
color: #992FA7;
}
</style>
background-color css
<style>
a { background-color: #992FA7; }
a { background-color: rgb(153,47,167); }
div.DivClassName
{
background-color: #992FA7;
}
.BgClassName
{
background-color: #992FA7;
}
</style>
border-color css
<style>
span { border-color: #992FA7; }
span { border-color: rgb(153,47,167); }
td.TdClassName
{
border-color: #992FA7;
}
.TagClassName
{
border-color: #992FA7;
}
</style>