Shades of Vivid Violet #992198
Tints of Vivid Violet #992198
RGB
CMYK
RGB Variations
Color information
#992198 (or 0x992198) is known color: Vivid Violet. HEX triplet: 99, 21 and 98. RGB value is (153,33,152). Sum of RGB (Red+Green+Blue) = 153+33+152=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992198 is #66DE67. Grayscale: #525252. Windows color (decimal): -6741608 or 9970073. OLE color: 9970073.
HSL color Cylindrical-coordinate representation of color #992198: hue angle of 300.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992198 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 152 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.4 |
| HSL | 300.5º | 0.65% | 0.36% | - |
| HSV(B) | 300.5º | 0.78% | 0.6% | - |
| XYZ | 19.35 | 10.13 | 30.64 | - |
| YUV | 82.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 152 | 0 | 0.78 | 0.01 | 0.4 | 300.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 98 | 0 | 4E | 1 | 28 | 12C | 41 | 24 |
| Octal | 231 | 41 | 230 | 0 | 116 | 1 | 50 | 454 | 101 | 44 |
| Binary | 10011001 | 100001 | 10011000 | 0 | 1001110 | 1 | 101000 | 100101100 | 1000001 | 100100 |
Color Harmonies of #992198
Complementary color
Monochromatic Colors of #992198
Black with #992198
Text Example
Text Example
White with #992198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992198; }
p { color: rgb(153,33,152); }
H1.HeaderClassName
{
color: #992198;
}
.AnyTagClassName
{
color: #992198;
}
</style>
background-color css
<style>
a { background-color: #992198; }
a { background-color: rgb(153,33,152); }
div.DivClassName
{
background-color: #992198;
}
.BgClassName
{
background-color: #992198;
}
</style>
border-color css
<style>
span { border-color: #992198; }
span { border-color: rgb(153,33,152); }
td.TdClassName
{
border-color: #992198;
}
.TagClassName
{
border-color: #992198;
}
</style>