Shades of Vivid Violet #992E98
Tints of Vivid Violet #992E98
RGB
CMYK
RGB Variations
Color information
#992E98 (or 0x992E98) is known color: Vivid Violet. HEX triplet: 99, 2E and 98. RGB value is (153,46,152). Sum of RGB (Red+Green+Blue) = 153+46+152=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #992E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E98 is #66D167. Grayscale: #595959. Windows color (decimal): -6738280 or 9973401. OLE color: 9973401.
HSL color Cylindrical-coordinate representation of color #992E98: hue angle of 300.56º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E98 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 152 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.4 |
| HSL | 300.56º | 0.54% | 0.39% | - |
| HSV(B) | 300.56º | 0.7% | 0.6% | - |
| XYZ | 19.78 | 10.99 | 30.79 | - |
| YUV | 90.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 152 | 0 | 0.70 | 0.01 | 0.4 | 300.56 | 0.54 | 0.39 |
| Hex | 99 | 2E | 98 | 0 | 46 | 1 | 28 | 12D | 36 | 27 |
| Octal | 231 | 56 | 230 | 0 | 106 | 1 | 50 | 455 | 66 | 47 |
| Binary | 10011001 | 101110 | 10011000 | 0 | 1000110 | 1 | 101000 | 100101101 | 110110 | 100111 |
Color Harmonies of #992E98
Complementary color
Monochromatic Colors of #992E98
Black with #992E98
Text Example
Text Example
White with #992E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E98; }
p { color: rgb(153,46,152); }
H1.HeaderClassName
{
color: #992E98;
}
.AnyTagClassName
{
color: #992E98;
}
</style>
background-color css
<style>
a { background-color: #992E98; }
a { background-color: rgb(153,46,152); }
div.DivClassName
{
background-color: #992E98;
}
.BgClassName
{
background-color: #992E98;
}
</style>
border-color css
<style>
span { border-color: #992E98; }
span { border-color: rgb(153,46,152); }
td.TdClassName
{
border-color: #992E98;
}
.TagClassName
{
border-color: #992E98;
}
</style>