Shades of Blue Violet #9821DD
Tints of Blue Violet #9821DD
RGB
CMYK
RGB Variations
Color information
#9821DD (or 0x9821DD) is known color: Blue Violet. HEX triplet: 98, 21 and DD. RGB value is (152,33,221). Sum of RGB (Red+Green+Blue) = 152+33+221=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #9821DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821DD is #67DE22. Grayscale: #595959. Windows color (decimal): -6807075 or 14492056. OLE color: 14492056.
HSL color Cylindrical-coordinate representation of color #9821DD: hue angle of 277.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9821DD is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 33 | 221 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.13 |
| HSL | 277.98º | 0.74% | 0.5% | - |
| HSV(B) | 277.98º | 0.85% | 0.87% | - |
| XYZ | 26.54 | 12.98 | 69.51 | - |
| YUV | 90.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 221 | 0.31 | 0.85 | 0 | 0.13 | 277.98 | 0.74 | 0.5 |
| Hex | 98 | 21 | DD | 1F | 55 | 0 | D | 116 | 4A | 32 |
| Octal | 230 | 41 | 335 | 37 | 125 | 0 | 15 | 426 | 112 | 62 |
| Binary | 10011000 | 100001 | 11011101 | 11111 | 1010101 | 0 | 1101 | 100010110 | 1001010 | 110010 |
Color Harmonies of #9821DD
Complementary color
Monochromatic Colors of #9821DD
Black with #9821DD
Text Example
Text Example
White with #9821DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9821DD; }
p { color: rgb(152,33,221); }
H1.HeaderClassName
{
color: #9821DD;
}
.AnyTagClassName
{
color: #9821DD;
}
</style>
background-color css
<style>
a { background-color: #9821DD; }
a { background-color: rgb(152,33,221); }
div.DivClassName
{
background-color: #9821DD;
}
.BgClassName
{
background-color: #9821DD;
}
</style>
border-color css
<style>
span { border-color: #9821DD; }
span { border-color: rgb(152,33,221); }
td.TdClassName
{
border-color: #9821DD;
}
.TagClassName
{
border-color: #9821DD;
}
</style>