Shades of Blue Violet #992FEB
Tints of Blue Violet #992FEB
RGB
CMYK
RGB Variations
Color information
#992FEB (or 0x992FEB) is known color: Blue Violet. HEX triplet: 99, 2F and EB. RGB value is (153,47,235). Sum of RGB (Red+Green+Blue) = 153+47+235=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #992FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FEB is #66D014. Grayscale: #636363. Windows color (decimal): -6737941 or 15413145. OLE color: 15413145.
HSL color Cylindrical-coordinate representation of color #992FEB: hue angle of 273.83º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992FEB is Cyan = 0.35, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 47 | 235 | - |
| CMYK | 0.35 | 0.8 | 0 | 0.08 |
| HSL | 273.83º | 0.82% | 0.55% | - |
| HSV(B) | 273.83º | 0.8% | 0.92% | - |
| XYZ | 29.15 | 14.8 | 79.92 | - |
| YUV | 100.13 | 204.12 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 235 | 0.35 | 0.8 | 0 | 0.08 | 273.83 | 0.82 | 0.55 |
| Hex | 99 | 2F | EB | 23 | 50 | 0 | 8 | 112 | 52 | 37 |
| Octal | 231 | 57 | 353 | 43 | 120 | 0 | 10 | 422 | 122 | 67 |
| Binary | 10011001 | 101111 | 11101011 | 100011 | 1010000 | 0 | 1000 | 100010010 | 1010010 | 110111 |
Color Harmonies of #992FEB
Complementary color
Monochromatic Colors of #992FEB
Black with #992FEB
Text Example
Text Example
White with #992FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FEB; }
p { color: rgb(153,47,235); }
H1.HeaderClassName
{
color: #992FEB;
}
.AnyTagClassName
{
color: #992FEB;
}
</style>
background-color css
<style>
a { background-color: #992FEB; }
a { background-color: rgb(153,47,235); }
div.DivClassName
{
background-color: #992FEB;
}
.BgClassName
{
background-color: #992FEB;
}
</style>
border-color css
<style>
span { border-color: #992FEB; }
span { border-color: rgb(153,47,235); }
td.TdClassName
{
border-color: #992FEB;
}
.TagClassName
{
border-color: #992FEB;
}
</style>