Shades of Blue Violet #992FE9
Tints of Blue Violet #992FE9
RGB
CMYK
RGB Variations
Color information
#992FE9 (or 0x992FE9) is known color: Blue Violet. HEX triplet: 99, 2F and E9. RGB value is (153,47,233). Sum of RGB (Red+Green+Blue) = 153+47+233=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #992FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FE9 is #66D016. Grayscale: #636363. Windows color (decimal): -6737943 or 15282073. OLE color: 15282073.
HSL color Cylindrical-coordinate representation of color #992FE9: hue angle of 274.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992FE9 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 47 | 233 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.09 |
| HSL | 274.19º | 0.81% | 0.55% | - |
| HSV(B) | 274.19º | 0.8% | 0.91% | - |
| XYZ | 28.86 | 14.69 | 78.4 | - |
| YUV | 99.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 233 | 0.34 | 0.80 | 0 | 0.09 | 274.19 | 0.81 | 0.55 |
| Hex | 99 | 2F | E9 | 22 | 50 | 0 | 9 | 112 | 51 | 37 |
| Octal | 231 | 57 | 351 | 42 | 120 | 0 | 11 | 422 | 121 | 67 |
| Binary | 10011001 | 101111 | 11101001 | 100010 | 1010000 | 0 | 1001 | 100010010 | 1010001 | 110111 |
Color Harmonies of #992FE9
Complementary color
Monochromatic Colors of #992FE9
Black with #992FE9
Text Example
Text Example
White with #992FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FE9; }
p { color: rgb(153,47,233); }
H1.HeaderClassName
{
color: #992FE9;
}
.AnyTagClassName
{
color: #992FE9;
}
</style>
background-color css
<style>
a { background-color: #992FE9; }
a { background-color: rgb(153,47,233); }
div.DivClassName
{
background-color: #992FE9;
}
.BgClassName
{
background-color: #992FE9;
}
</style>
border-color css
<style>
span { border-color: #992FE9; }
span { border-color: rgb(153,47,233); }
td.TdClassName
{
border-color: #992FE9;
}
.TagClassName
{
border-color: #992FE9;
}
</style>