Shades of Vivid Violet #992E92
Tints of Vivid Violet #992E92
RGB
CMYK
RGB Variations
Color information
#992E92 (or 0x992E92) is known color: Vivid Violet. HEX triplet: 99, 2E and 92. RGB value is (153,46,146). Sum of RGB (Red+Green+Blue) = 153+46+146=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #992E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E92 is #66D16D. Grayscale: #595959. Windows color (decimal): -6738286 or 9580185. OLE color: 9580185.
HSL color Cylindrical-coordinate representation of color #992E92: hue angle of 303.93º 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 #992E92 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 146 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.4 |
| HSL | 303.93º | 0.54% | 0.39% | - |
| HSV(B) | 303.93º | 0.7% | 0.6% | - |
| XYZ | 19.3 | 10.8 | 28.26 | - |
| YUV | 89.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 146 | 0 | 0.70 | 0.05 | 0.4 | 303.93 | 0.54 | 0.39 |
| Hex | 99 | 2E | 92 | 0 | 46 | 5 | 28 | 130 | 36 | 27 |
| Octal | 231 | 56 | 222 | 0 | 106 | 5 | 50 | 460 | 66 | 47 |
| Binary | 10011001 | 101110 | 10010010 | 0 | 1000110 | 101 | 101000 | 100110000 | 110110 | 100111 |
Color Harmonies of #992E92
Complementary color
Monochromatic Colors of #992E92
Black with #992E92
Text Example
Text Example
White with #992E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E92; }
p { color: rgb(153,46,146); }
H1.HeaderClassName
{
color: #992E92;
}
.AnyTagClassName
{
color: #992E92;
}
</style>
background-color css
<style>
a { background-color: #992E92; }
a { background-color: rgb(153,46,146); }
div.DivClassName
{
background-color: #992E92;
}
.BgClassName
{
background-color: #992E92;
}
</style>
border-color css
<style>
span { border-color: #992E92; }
span { border-color: rgb(153,46,146); }
td.TdClassName
{
border-color: #992E92;
}
.TagClassName
{
border-color: #992E92;
}
</style>