Shades of Blue Violet #992FEF
Tints of Blue Violet #992FEF
RGB
CMYK
RGB Variations
Color information
#992FEF (or 0x992FEF) is known color: Blue Violet. HEX triplet: 99, 2F and EF. RGB value is (153,47,239). Sum of RGB (Red+Green+Blue) = 153+47+239=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #992FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FEF is #66D010. Grayscale: #636363. Windows color (decimal): -6737937 or 15675289. OLE color: 15675289.
HSL color Cylindrical-coordinate representation of color #992FEF: hue angle of 273.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992FEF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 47 | 239 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.06 |
| HSL | 273.13º | 0.86% | 0.56% | - |
| HSV(B) | 273.13º | 0.8% | 0.94% | - |
| XYZ | 29.73 | 15.04 | 83 | - |
| YUV | 100.58 | 206.12 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 239 | 0.36 | 0.80 | 0 | 0.06 | 273.13 | 0.86 | 0.56 |
| Hex | 99 | 2F | EF | 24 | 50 | 0 | 6 | 111 | 56 | 38 |
| Octal | 231 | 57 | 357 | 44 | 120 | 0 | 6 | 421 | 126 | 70 |
| Binary | 10011001 | 101111 | 11101111 | 100100 | 1010000 | 0 | 110 | 100010001 | 1010110 | 111000 |
Color Harmonies of #992FEF
Complementary color
Monochromatic Colors of #992FEF
Black with #992FEF
Text Example
Text Example
White with #992FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FEF; }
p { color: rgb(153,47,239); }
H1.HeaderClassName
{
color: #992FEF;
}
.AnyTagClassName
{
color: #992FEF;
}
</style>
background-color css
<style>
a { background-color: #992FEF; }
a { background-color: rgb(153,47,239); }
div.DivClassName
{
background-color: #992FEF;
}
.BgClassName
{
background-color: #992FEF;
}
</style>
border-color css
<style>
span { border-color: #992FEF; }
span { border-color: rgb(153,47,239); }
td.TdClassName
{
border-color: #992FEF;
}
.TagClassName
{
border-color: #992FEF;
}
</style>