Shades of Blue Violet #992EEF
Tints of Blue Violet #992EEF
RGB
CMYK
RGB Variations
Color information
#992EEF (or 0x992EEF) is known color: Blue Violet. HEX triplet: 99, 2E and EF. RGB value is (153,46,239). Sum of RGB (Red+Green+Blue) = 153+46+239=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #992EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EEF is #66D110. Grayscale: #636363. Windows color (decimal): -6738193 or 15675033. OLE color: 15675033.
HSL color Cylindrical-coordinate representation of color #992EEF: hue angle of 273.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992EEF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 46 | 239 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.06 |
| HSL | 273.26º | 0.86% | 0.56% | - |
| HSV(B) | 273.26º | 0.81% | 0.94% | - |
| XYZ | 29.69 | 14.96 | 82.98 | - |
| YUV | 100 | 206.45 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 239 | 0.36 | 0.81 | 0 | 0.06 | 273.26 | 0.86 | 0.56 |
| Hex | 99 | 2E | EF | 24 | 51 | 0 | 6 | 111 | 56 | 38 |
| Octal | 231 | 56 | 357 | 44 | 121 | 0 | 6 | 421 | 126 | 70 |
| Binary | 10011001 | 101110 | 11101111 | 100100 | 1010001 | 0 | 110 | 100010001 | 1010110 | 111000 |
Color Harmonies of #992EEF
Complementary color
Monochromatic Colors of #992EEF
Black with #992EEF
Text Example
Text Example
White with #992EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EEF; }
p { color: rgb(153,46,239); }
H1.HeaderClassName
{
color: #992EEF;
}
.AnyTagClassName
{
color: #992EEF;
}
</style>
background-color css
<style>
a { background-color: #992EEF; }
a { background-color: rgb(153,46,239); }
div.DivClassName
{
background-color: #992EEF;
}
.BgClassName
{
background-color: #992EEF;
}
</style>
border-color css
<style>
span { border-color: #992EEF; }
span { border-color: rgb(153,46,239); }
td.TdClassName
{
border-color: #992EEF;
}
.TagClassName
{
border-color: #992EEF;
}
</style>