Shades of Blue Violet #992AEC
Tints of Blue Violet #992AEC
RGB
CMYK
RGB Variations
Color information
#992AEC (or 0x992AEC) is known color: Blue Violet. HEX triplet: 99, 2A and EC. RGB value is (153,42,236). Sum of RGB (Red+Green+Blue) = 153+42+236=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #992AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992AEC is #66D513. Grayscale: #606060. Windows color (decimal): -6739220 or 15477401. OLE color: 15477401.
HSL color Cylindrical-coordinate representation of color #992AEC: hue angle of 274.33º 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 #992AEC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 42 | 236 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.07 |
| HSL | 274.33º | 0.84% | 0.55% | - |
| HSV(B) | 274.33º | 0.82% | 0.93% | - |
| XYZ | 29.11 | 14.48 | 80.62 | - |
| YUV | 97.31 | 206.27 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 236 | 0.35 | 0.82 | 0 | 0.07 | 274.33 | 0.84 | 0.55 |
| Hex | 99 | 2A | EC | 23 | 52 | 0 | 7 | 112 | 54 | 37 |
| Octal | 231 | 52 | 354 | 43 | 122 | 0 | 7 | 422 | 124 | 67 |
| Binary | 10011001 | 101010 | 11101100 | 100011 | 1010010 | 0 | 111 | 100010010 | 1010100 | 110111 |
Color Harmonies of #992AEC
Complementary color
Monochromatic Colors of #992AEC
Black with #992AEC
Text Example
Text Example
White with #992AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AEC; }
p { color: rgb(153,42,236); }
H1.HeaderClassName
{
color: #992AEC;
}
.AnyTagClassName
{
color: #992AEC;
}
</style>
background-color css
<style>
a { background-color: #992AEC; }
a { background-color: rgb(153,42,236); }
div.DivClassName
{
background-color: #992AEC;
}
.BgClassName
{
background-color: #992AEC;
}
</style>
border-color css
<style>
span { border-color: #992AEC; }
span { border-color: rgb(153,42,236); }
td.TdClassName
{
border-color: #992AEC;
}
.TagClassName
{
border-color: #992AEC;
}
</style>