Shades of Blue Violet #992EED
Tints of Blue Violet #992EED
RGB
CMYK
RGB Variations
Color information
#992EED (or 0x992EED) is known color: Blue Violet. HEX triplet: 99, 2E and ED. RGB value is (153,46,237). Sum of RGB (Red+Green+Blue) = 153+46+237=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #992EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EED is #66D112. Grayscale: #636363. Windows color (decimal): -6738195 or 15543961. OLE color: 15543961.
HSL color Cylindrical-coordinate representation of color #992EED: hue angle of 273.61º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992EED is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 46 | 237 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.07 |
| HSL | 273.61º | 0.84% | 0.55% | - |
| HSV(B) | 273.61º | 0.81% | 0.93% | - |
| XYZ | 29.4 | 14.84 | 81.44 | - |
| YUV | 99.77 | 205.45 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 237 | 0.35 | 0.81 | 0 | 0.07 | 273.61 | 0.84 | 0.55 |
| Hex | 99 | 2E | ED | 23 | 51 | 0 | 7 | 112 | 54 | 37 |
| Octal | 231 | 56 | 355 | 43 | 121 | 0 | 7 | 422 | 124 | 67 |
| Binary | 10011001 | 101110 | 11101101 | 100011 | 1010001 | 0 | 111 | 100010010 | 1010100 | 110111 |
Color Harmonies of #992EED
Complementary color
Monochromatic Colors of #992EED
Black with #992EED
Text Example
Text Example
White with #992EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EED; }
p { color: rgb(153,46,237); }
H1.HeaderClassName
{
color: #992EED;
}
.AnyTagClassName
{
color: #992EED;
}
</style>
background-color css
<style>
a { background-color: #992EED; }
a { background-color: rgb(153,46,237); }
div.DivClassName
{
background-color: #992EED;
}
.BgClassName
{
background-color: #992EED;
}
</style>
border-color css
<style>
span { border-color: #992EED; }
span { border-color: rgb(153,46,237); }
td.TdClassName
{
border-color: #992EED;
}
.TagClassName
{
border-color: #992EED;
}
</style>