Shades of Blue Violet #9822DC
Tints of Blue Violet #9822DC
RGB
CMYK
RGB Variations
Color information
#9822DC (or 0x9822DC) is known color: Blue Violet. HEX triplet: 98, 22 and DC. RGB value is (152,34,220). Sum of RGB (Red+Green+Blue) = 152+34+220=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #9822DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9822DC is #67DD23. Grayscale: #595959. Windows color (decimal): -6806820 or 14426776. OLE color: 14426776.
HSL color Cylindrical-coordinate representation of color #9822DC: hue angle of 278.06º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9822DC is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 34 | 220 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.14 |
| HSL | 278.06º | 0.73% | 0.5% | - |
| HSV(B) | 278.06º | 0.85% | 0.86% | - |
| XYZ | 26.44 | 12.99 | 68.82 | - |
| YUV | 90.49 | 201.09 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 220 | 0.31 | 0.85 | 0 | 0.14 | 278.06 | 0.73 | 0.5 |
| Hex | 98 | 22 | DC | 1F | 55 | 0 | E | 116 | 49 | 32 |
| Octal | 230 | 42 | 334 | 37 | 125 | 0 | 16 | 426 | 111 | 62 |
| Binary | 10011000 | 100010 | 11011100 | 11111 | 1010101 | 0 | 1110 | 100010110 | 1001001 | 110010 |
Color Harmonies of #9822DC
Complementary color
Monochromatic Colors of #9822DC
Black with #9822DC
Text Example
Text Example
White with #9822DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9822DC; }
p { color: rgb(152,34,220); }
H1.HeaderClassName
{
color: #9822DC;
}
.AnyTagClassName
{
color: #9822DC;
}
</style>
background-color css
<style>
a { background-color: #9822DC; }
a { background-color: rgb(152,34,220); }
div.DivClassName
{
background-color: #9822DC;
}
.BgClassName
{
background-color: #9822DC;
}
</style>
border-color css
<style>
span { border-color: #9822DC; }
span { border-color: rgb(152,34,220); }
td.TdClassName
{
border-color: #9822DC;
}
.TagClassName
{
border-color: #9822DC;
}
</style>