Shades of Blue Violet #992BEB
Tints of Blue Violet #992BEB
RGB
CMYK
RGB Variations
Color information
#992BEB (or 0x992BEB) is known color: Blue Violet. HEX triplet: 99, 2B and EB. RGB value is (153,43,235). Sum of RGB (Red+Green+Blue) = 153+43+235=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #992BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BEB is #66D414. Grayscale: #616161. Windows color (decimal): -6738965 or 15412121. OLE color: 15412121.
HSL color Cylindrical-coordinate representation of color #992BEB: hue angle of 274.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992BEB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 43 | 235 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.08 |
| HSL | 274.38º | 0.83% | 0.55% | - |
| HSV(B) | 274.38º | 0.82% | 0.92% | - |
| XYZ | 29 | 14.5 | 79.87 | - |
| YUV | 97.78 | 205.44 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 235 | 0.35 | 0.82 | 0 | 0.08 | 274.38 | 0.83 | 0.55 |
| Hex | 99 | 2B | EB | 23 | 52 | 0 | 8 | 112 | 53 | 37 |
| Octal | 231 | 53 | 353 | 43 | 122 | 0 | 10 | 422 | 123 | 67 |
| Binary | 10011001 | 101011 | 11101011 | 100011 | 1010010 | 0 | 1000 | 100010010 | 1010011 | 110111 |
Color Harmonies of #992BEB
Complementary color
Monochromatic Colors of #992BEB
Black with #992BEB
Text Example
Text Example
White with #992BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BEB; }
p { color: rgb(153,43,235); }
H1.HeaderClassName
{
color: #992BEB;
}
.AnyTagClassName
{
color: #992BEB;
}
</style>
background-color css
<style>
a { background-color: #992BEB; }
a { background-color: rgb(153,43,235); }
div.DivClassName
{
background-color: #992BEB;
}
.BgClassName
{
background-color: #992BEB;
}
</style>
border-color css
<style>
span { border-color: #992BEB; }
span { border-color: rgb(153,43,235); }
td.TdClassName
{
border-color: #992BEB;
}
.TagClassName
{
border-color: #992BEB;
}
</style>