Shades of Vivid Violet #992C9B
Tints of Vivid Violet #992C9B
RGB
CMYK
RGB Variations
Color information
#992C9B (or 0x992C9B) is known color: Vivid Violet. HEX triplet: 99, 2C and 9B. RGB value is (153,44,155). Sum of RGB (Red+Green+Blue) = 153+44+155=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #992C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C9B is #66D364. Grayscale: #585858. Windows color (decimal): -6738789 or 10169497. OLE color: 10169497.
HSL color Cylindrical-coordinate representation of color #992C9B: hue angle of 298.92º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992C9B is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 44 | 155 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.39 |
| HSL | 298.92º | 0.56% | 0.39% | - |
| HSV(B) | 298.92º | 0.72% | 0.61% | - |
| XYZ | 19.95 | 10.94 | 32.07 | - |
| YUV | 89.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 155 | 0.01 | 0.72 | 0 | 0.39 | 298.92 | 0.56 | 0.39 |
| Hex | 99 | 2C | 9B | 1 | 48 | 0 | 27 | 12B | 38 | 27 |
| Octal | 231 | 54 | 233 | 1 | 110 | 0 | 47 | 453 | 70 | 47 |
| Binary | 10011001 | 101100 | 10011011 | 1 | 1001000 | 0 | 100111 | 100101011 | 111000 | 100111 |
Color Harmonies of #992C9B
Complementary color
Monochromatic Colors of #992C9B
Black with #992C9B
Text Example
Text Example
White with #992C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C9B; }
p { color: rgb(153,44,155); }
H1.HeaderClassName
{
color: #992C9B;
}
.AnyTagClassName
{
color: #992C9B;
}
</style>
background-color css
<style>
a { background-color: #992C9B; }
a { background-color: rgb(153,44,155); }
div.DivClassName
{
background-color: #992C9B;
}
.BgClassName
{
background-color: #992C9B;
}
</style>
border-color css
<style>
span { border-color: #992C9B; }
span { border-color: rgb(153,44,155); }
td.TdClassName
{
border-color: #992C9B;
}
.TagClassName
{
border-color: #992C9B;
}
</style>