Shades of Vivid Violet #992A98
Tints of Vivid Violet #992A98
RGB
CMYK
RGB Variations
Color information
#992A98 (or 0x992A98) is known color: Vivid Violet. HEX triplet: 99, 2A and 98. RGB value is (153,42,152). Sum of RGB (Red+Green+Blue) = 153+42+152=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #992A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A98 is #66D567. Grayscale: #575757. Windows color (decimal): -6739304 or 9972377. OLE color: 9972377.
HSL color Cylindrical-coordinate representation of color #992A98: hue angle of 300.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A98 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 152 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.4 |
| HSL | 300.54º | 0.57% | 0.38% | - |
| HSV(B) | 300.54º | 0.73% | 0.6% | - |
| XYZ | 19.63 | 10.7 | 30.74 | - |
| YUV | 87.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 152 | 0 | 0.73 | 0.01 | 0.4 | 300.54 | 0.57 | 0.38 |
| Hex | 99 | 2A | 98 | 0 | 49 | 1 | 28 | 12D | 39 | 26 |
| Octal | 231 | 52 | 230 | 0 | 111 | 1 | 50 | 455 | 71 | 46 |
| Binary | 10011001 | 101010 | 10011000 | 0 | 1001001 | 1 | 101000 | 100101101 | 111001 | 100110 |
Color Harmonies of #992A98
Complementary color
Monochromatic Colors of #992A98
Black with #992A98
Text Example
Text Example
White with #992A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A98; }
p { color: rgb(153,42,152); }
H1.HeaderClassName
{
color: #992A98;
}
.AnyTagClassName
{
color: #992A98;
}
</style>
background-color css
<style>
a { background-color: #992A98; }
a { background-color: rgb(153,42,152); }
div.DivClassName
{
background-color: #992A98;
}
.BgClassName
{
background-color: #992A98;
}
</style>
border-color css
<style>
span { border-color: #992A98; }
span { border-color: rgb(153,42,152); }
td.TdClassName
{
border-color: #992A98;
}
.TagClassName
{
border-color: #992A98;
}
</style>