Shades of Blue Violet #992BEC
Tints of Blue Violet #992BEC
RGB
CMYK
RGB Variations
Color information
#992BEC (or 0x992BEC) is known color: Blue Violet. HEX triplet: 99, 2B and EC. RGB value is (153,43,236). Sum of RGB (Red+Green+Blue) = 153+43+236=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #992BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BEC is #66D413. Grayscale: #616161. Windows color (decimal): -6738964 or 15477657. OLE color: 15477657.
HSL color Cylindrical-coordinate representation of color #992BEC: hue angle of 274.2º 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 #992BEC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 43 | 236 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.07 |
| HSL | 274.2º | 0.84% | 0.55% | - |
| HSV(B) | 274.2º | 0.82% | 0.93% | - |
| XYZ | 29.14 | 14.56 | 80.63 | - |
| YUV | 97.89 | 205.94 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 236 | 0.35 | 0.82 | 0 | 0.07 | 274.2 | 0.84 | 0.55 |
| Hex | 99 | 2B | EC | 23 | 52 | 0 | 7 | 112 | 54 | 37 |
| Octal | 231 | 53 | 354 | 43 | 122 | 0 | 7 | 422 | 124 | 67 |
| Binary | 10011001 | 101011 | 11101100 | 100011 | 1010010 | 0 | 111 | 100010010 | 1010100 | 110111 |
Color Harmonies of #992BEC
Complementary color
Monochromatic Colors of #992BEC
Black with #992BEC
Text Example
Text Example
White with #992BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BEC; }
p { color: rgb(153,43,236); }
H1.HeaderClassName
{
color: #992BEC;
}
.AnyTagClassName
{
color: #992BEC;
}
</style>
background-color css
<style>
a { background-color: #992BEC; }
a { background-color: rgb(153,43,236); }
div.DivClassName
{
background-color: #992BEC;
}
.BgClassName
{
background-color: #992BEC;
}
</style>
border-color css
<style>
span { border-color: #992BEC; }
span { border-color: rgb(153,43,236); }
td.TdClassName
{
border-color: #992BEC;
}
.TagClassName
{
border-color: #992BEC;
}
</style>