Shades of Blue Violet #992EDD
Tints of Blue Violet #992EDD
RGB
CMYK
RGB Variations
Color information
#992EDD (or 0x992EDD) is known color: Blue Violet. HEX triplet: 99, 2E and DD. RGB value is (153,46,221). Sum of RGB (Red+Green+Blue) = 153+46+221=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #992EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EDD is #66D122. Grayscale: #616161. Windows color (decimal): -6738211 or 14495385. OLE color: 14495385.
HSL color Cylindrical-coordinate representation of color #992EDD: hue angle of 276.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992EDD is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 46 | 221 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.13 |
| HSL | 276.69º | 0.72% | 0.52% | - |
| HSV(B) | 276.69º | 0.79% | 0.87% | - |
| XYZ | 27.17 | 13.95 | 69.67 | - |
| YUV | 97.94 | 197.45 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 221 | 0.31 | 0.79 | 0 | 0.13 | 276.69 | 0.72 | 0.52 |
| Hex | 99 | 2E | DD | 1F | 4F | 0 | D | 115 | 48 | 34 |
| Octal | 231 | 56 | 335 | 37 | 117 | 0 | 15 | 425 | 110 | 64 |
| Binary | 10011001 | 101110 | 11011101 | 11111 | 1001111 | 0 | 1101 | 100010101 | 1001000 | 110100 |
Color Harmonies of #992EDD
Complementary color
Monochromatic Colors of #992EDD
Black with #992EDD
Text Example
Text Example
White with #992EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EDD; }
p { color: rgb(153,46,221); }
H1.HeaderClassName
{
color: #992EDD;
}
.AnyTagClassName
{
color: #992EDD;
}
</style>
background-color css
<style>
a { background-color: #992EDD; }
a { background-color: rgb(153,46,221); }
div.DivClassName
{
background-color: #992EDD;
}
.BgClassName
{
background-color: #992EDD;
}
</style>
border-color css
<style>
span { border-color: #992EDD; }
span { border-color: rgb(153,46,221); }
td.TdClassName
{
border-color: #992EDD;
}
.TagClassName
{
border-color: #992EDD;
}
</style>