Shades of Vivid Violet #992A9B
Tints of Vivid Violet #992A9B
RGB
CMYK
RGB Variations
Color information
#992A9B (or 0x992A9B) is known color: Vivid Violet. HEX triplet: 99, 2A and 9B. RGB value is (153,42,155). Sum of RGB (Red+Green+Blue) = 153+42+155=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #992A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A9B is #66D564. Grayscale: #575757. Windows color (decimal): -6739301 or 10168985. OLE color: 10168985.
HSL color Cylindrical-coordinate representation of color #992A9B: hue angle of 298.94º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A9B is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 42 | 155 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.39 |
| HSL | 298.94º | 0.57% | 0.39% | - |
| HSV(B) | 298.94º | 0.73% | 0.61% | - |
| XYZ | 19.88 | 10.79 | 32.05 | - |
| YUV | 88.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 155 | 0.01 | 0.73 | 0 | 0.39 | 298.94 | 0.57 | 0.39 |
| Hex | 99 | 2A | 9B | 1 | 49 | 0 | 27 | 12B | 39 | 27 |
| Octal | 231 | 52 | 233 | 1 | 111 | 0 | 47 | 453 | 71 | 47 |
| Binary | 10011001 | 101010 | 10011011 | 1 | 1001001 | 0 | 100111 | 100101011 | 111001 | 100111 |
Color Harmonies of #992A9B
Complementary color
Monochromatic Colors of #992A9B
Black with #992A9B
Text Example
Text Example
White with #992A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A9B; }
p { color: rgb(153,42,155); }
H1.HeaderClassName
{
color: #992A9B;
}
.AnyTagClassName
{
color: #992A9B;
}
</style>
background-color css
<style>
a { background-color: #992A9B; }
a { background-color: rgb(153,42,155); }
div.DivClassName
{
background-color: #992A9B;
}
.BgClassName
{
background-color: #992A9B;
}
</style>
border-color css
<style>
span { border-color: #992A9B; }
span { border-color: rgb(153,42,155); }
td.TdClassName
{
border-color: #992A9B;
}
.TagClassName
{
border-color: #992A9B;
}
</style>