Shades of Blue Violet #992AED
Tints of Blue Violet #992AED
RGB
CMYK
RGB Variations
Color information
#992AED (or 0x992AED) is known color: Blue Violet. HEX triplet: 99, 2A and ED. RGB value is (153,42,237). Sum of RGB (Red+Green+Blue) = 153+42+237=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #992AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992AED is #66D512. Grayscale: #606060. Windows color (decimal): -6739219 or 15542937. OLE color: 15542937.
HSL color Cylindrical-coordinate representation of color #992AED: hue angle of 274.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992AED is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 42 | 237 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.07 |
| HSL | 274.15º | 0.84% | 0.55% | - |
| HSV(B) | 274.15º | 0.82% | 0.93% | - |
| XYZ | 29.25 | 14.54 | 81.39 | - |
| YUV | 97.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 237 | 0.35 | 0.82 | 0 | 0.07 | 274.15 | 0.84 | 0.55 |
| Hex | 99 | 2A | ED | 23 | 52 | 0 | 7 | 112 | 54 | 37 |
| Octal | 231 | 52 | 355 | 43 | 122 | 0 | 7 | 422 | 124 | 67 |
| Binary | 10011001 | 101010 | 11101101 | 100011 | 1010010 | 0 | 111 | 100010010 | 1010100 | 110111 |
Color Harmonies of #992AED
Complementary color
Monochromatic Colors of #992AED
Black with #992AED
Text Example
Text Example
White with #992AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AED; }
p { color: rgb(153,42,237); }
H1.HeaderClassName
{
color: #992AED;
}
.AnyTagClassName
{
color: #992AED;
}
</style>
background-color css
<style>
a { background-color: #992AED; }
a { background-color: rgb(153,42,237); }
div.DivClassName
{
background-color: #992AED;
}
.BgClassName
{
background-color: #992AED;
}
</style>
border-color css
<style>
span { border-color: #992AED; }
span { border-color: rgb(153,42,237); }
td.TdClassName
{
border-color: #992AED;
}
.TagClassName
{
border-color: #992AED;
}
</style>