Shades of Blue Violet #9921DC
Tints of Blue Violet #9921DC
RGB
CMYK
RGB Variations
Color information
#9921DC (or 0x9921DC) is known color: Blue Violet. HEX triplet: 99, 21 and DC. RGB value is (153,33,220). Sum of RGB (Red+Green+Blue) = 153+33+220=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 33 (13.28% from 255 or 8.13% 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 #9921DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9921DC is #66DE23. Grayscale: #595959. Windows color (decimal): -6741540 or 14426521. OLE color: 14426521.
HSL color Cylindrical-coordinate representation of color #9921DC: hue angle of 278.5º degrees, saturation: 0.74, 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 #9921DC is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 33 | 220 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.14 |
| HSL | 278.5º | 0.74% | 0.5% | - |
| HSV(B) | 278.5º | 0.85% | 0.86% | - |
| XYZ | 26.6 | 13.03 | 68.82 | - |
| YUV | 90.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 220 | 0.30 | 0.85 | 0 | 0.14 | 278.5 | 0.74 | 0.5 |
| Hex | 99 | 21 | DC | 1E | 55 | 0 | E | 117 | 4A | 32 |
| Octal | 231 | 41 | 334 | 36 | 125 | 0 | 16 | 427 | 112 | 62 |
| Binary | 10011001 | 100001 | 11011100 | 11110 | 1010101 | 0 | 1110 | 100010111 | 1001010 | 110010 |
Color Harmonies of #9921DC
Complementary color
Monochromatic Colors of #9921DC
Black with #9921DC
Text Example
Text Example
White with #9921DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9921DC; }
p { color: rgb(153,33,220); }
H1.HeaderClassName
{
color: #9921DC;
}
.AnyTagClassName
{
color: #9921DC;
}
</style>
background-color css
<style>
a { background-color: #9921DC; }
a { background-color: rgb(153,33,220); }
div.DivClassName
{
background-color: #9921DC;
}
.BgClassName
{
background-color: #9921DC;
}
</style>
border-color css
<style>
span { border-color: #9921DC; }
span { border-color: rgb(153,33,220); }
td.TdClassName
{
border-color: #9921DC;
}
.TagClassName
{
border-color: #9921DC;
}
</style>