Shades of Blue Violet #992ADE
Tints of Blue Violet #992ADE
RGB
CMYK
RGB Variations
Color information
#992ADE (or 0x992ADE) is known color: Blue Violet. HEX triplet: 99, 2A and DE. RGB value is (153,42,222). Sum of RGB (Red+Green+Blue) = 153+42+222=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #992ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ADE is #66D521. Grayscale: #5F5F5F. Windows color (decimal): -6739234 or 14559897. OLE color: 14559897.
HSL color Cylindrical-coordinate representation of color #992ADE: hue angle of 277º 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 #992ADE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 42 | 222 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 277º | 0.73% | 0.52% | - |
| HSV(B) | 277º | 0.81% | 0.87% | - |
| XYZ | 27.15 | 13.7 | 70.32 | - |
| YUV | 95.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 222 | 0.31 | 0.81 | 0 | 0.13 | 277 | 0.73 | 0.52 |
| Hex | 99 | 2A | DE | 1F | 51 | 0 | D | 115 | 49 | 34 |
| Octal | 231 | 52 | 336 | 37 | 121 | 0 | 15 | 425 | 111 | 64 |
| Binary | 10011001 | 101010 | 11011110 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001001 | 110100 |
Color Harmonies of #992ADE
Complementary color
Monochromatic Colors of #992ADE
Black with #992ADE
Text Example
Text Example
White with #992ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ADE; }
p { color: rgb(153,42,222); }
H1.HeaderClassName
{
color: #992ADE;
}
.AnyTagClassName
{
color: #992ADE;
}
</style>
background-color css
<style>
a { background-color: #992ADE; }
a { background-color: rgb(153,42,222); }
div.DivClassName
{
background-color: #992ADE;
}
.BgClassName
{
background-color: #992ADE;
}
</style>
border-color css
<style>
span { border-color: #992ADE; }
span { border-color: rgb(153,42,222); }
td.TdClassName
{
border-color: #992ADE;
}
.TagClassName
{
border-color: #992ADE;
}
</style>