Shades of Blue Violet #992BDE
Tints of Blue Violet #992BDE
RGB
CMYK
RGB Variations
Color information
#992BDE (or 0x992BDE) is known color: Blue Violet. HEX triplet: 99, 2B and DE. RGB value is (153,43,222). Sum of RGB (Red+Green+Blue) = 153+43+222=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #992BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BDE is #66D421. Grayscale: #5F5F5F. Windows color (decimal): -6738978 or 14560153. OLE color: 14560153.
HSL color Cylindrical-coordinate representation of color #992BDE: hue angle of 276.87º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992BDE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 43 | 222 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 276.87º | 0.73% | 0.52% | - |
| HSV(B) | 276.87º | 0.81% | 0.87% | - |
| XYZ | 27.19 | 13.77 | 70.33 | - |
| YUV | 96.3 | 198.94 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 222 | 0.31 | 0.81 | 0 | 0.13 | 276.87 | 0.73 | 0.52 |
| Hex | 99 | 2B | DE | 1F | 51 | 0 | D | 115 | 49 | 34 |
| Octal | 231 | 53 | 336 | 37 | 121 | 0 | 15 | 425 | 111 | 64 |
| Binary | 10011001 | 101011 | 11011110 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001001 | 110100 |
Color Harmonies of #992BDE
Complementary color
Monochromatic Colors of #992BDE
Black with #992BDE
Text Example
Text Example
White with #992BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BDE; }
p { color: rgb(153,43,222); }
H1.HeaderClassName
{
color: #992BDE;
}
.AnyTagClassName
{
color: #992BDE;
}
</style>
background-color css
<style>
a { background-color: #992BDE; }
a { background-color: rgb(153,43,222); }
div.DivClassName
{
background-color: #992BDE;
}
.BgClassName
{
background-color: #992BDE;
}
</style>
border-color css
<style>
span { border-color: #992BDE; }
span { border-color: rgb(153,43,222); }
td.TdClassName
{
border-color: #992BDE;
}
.TagClassName
{
border-color: #992BDE;
}
</style>