Shades of Vivid Violet #992D98
Tints of Vivid Violet #992D98
RGB
CMYK
RGB Variations
Color information
#992D98 (or 0x992D98) is known color: Vivid Violet. HEX triplet: 99, 2D and 98. RGB value is (153,45,152). Sum of RGB (Red+Green+Blue) = 153+45+152=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #992D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992D98 is #66D267. Grayscale: #595959. Windows color (decimal): -6738536 or 9973145. OLE color: 9973145.
HSL color Cylindrical-coordinate representation of color #992D98: hue angle of 300.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D98 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 152 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.4 |
| HSL | 300.56º | 0.55% | 0.39% | - |
| HSV(B) | 300.56º | 0.71% | 0.6% | - |
| XYZ | 19.74 | 10.92 | 30.77 | - |
| YUV | 89.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 152 | 0 | 0.71 | 0.01 | 0.4 | 300.56 | 0.55 | 0.39 |
| Hex | 99 | 2D | 98 | 0 | 47 | 1 | 28 | 12D | 37 | 27 |
| Octal | 231 | 55 | 230 | 0 | 107 | 1 | 50 | 455 | 67 | 47 |
| Binary | 10011001 | 101101 | 10011000 | 0 | 1000111 | 1 | 101000 | 100101101 | 110111 | 100111 |
Color Harmonies of #992D98
Complementary color
Monochromatic Colors of #992D98
Black with #992D98
Text Example
Text Example
White with #992D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D98; }
p { color: rgb(153,45,152); }
H1.HeaderClassName
{
color: #992D98;
}
.AnyTagClassName
{
color: #992D98;
}
</style>
background-color css
<style>
a { background-color: #992D98; }
a { background-color: rgb(153,45,152); }
div.DivClassName
{
background-color: #992D98;
}
.BgClassName
{
background-color: #992D98;
}
</style>
border-color css
<style>
span { border-color: #992D98; }
span { border-color: rgb(153,45,152); }
td.TdClassName
{
border-color: #992D98;
}
.TagClassName
{
border-color: #992D98;
}
</style>