Shades of Blue Violet #992ADD
Tints of Blue Violet #992ADD
RGB
CMYK
RGB Variations
Color information
#992ADD (or 0x992ADD) is known color: Blue Violet. HEX triplet: 99, 2A and DD. RGB value is (153,42,221). Sum of RGB (Red+Green+Blue) = 153+42+221=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #992ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ADD is #66D522. Grayscale: #5E5E5E. Windows color (decimal): -6739235 or 14494361. OLE color: 14494361.
HSL color Cylindrical-coordinate representation of color #992ADD: hue angle of 277.21º degrees, saturation: 0.72, 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 #992ADD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 42 | 221 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 277.21º | 0.72% | 0.52% | - |
| HSV(B) | 277.21º | 0.81% | 0.87% | - |
| XYZ | 27.02 | 13.65 | 69.62 | - |
| YUV | 95.6 | 198.77 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 221 | 0.31 | 0.81 | 0 | 0.13 | 277.21 | 0.72 | 0.52 |
| Hex | 99 | 2A | DD | 1F | 51 | 0 | D | 115 | 48 | 34 |
| Octal | 231 | 52 | 335 | 37 | 121 | 0 | 15 | 425 | 110 | 64 |
| Binary | 10011001 | 101010 | 11011101 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001000 | 110100 |
Color Harmonies of #992ADD
Complementary color
Monochromatic Colors of #992ADD
Black with #992ADD
Text Example
Text Example
White with #992ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ADD; }
p { color: rgb(153,42,221); }
H1.HeaderClassName
{
color: #992ADD;
}
.AnyTagClassName
{
color: #992ADD;
}
</style>
background-color css
<style>
a { background-color: #992ADD; }
a { background-color: rgb(153,42,221); }
div.DivClassName
{
background-color: #992ADD;
}
.BgClassName
{
background-color: #992ADD;
}
</style>
border-color css
<style>
span { border-color: #992ADD; }
span { border-color: rgb(153,42,221); }
td.TdClassName
{
border-color: #992ADD;
}
.TagClassName
{
border-color: #992ADD;
}
</style>