Shades of Blue Violet #9821EC
Tints of Blue Violet #9821EC
RGB
CMYK
RGB Variations
Color information
#9821EC (or 0x9821EC) is known color: Blue Violet. HEX triplet: 98, 21 and EC. RGB value is (152,33,236). Sum of RGB (Red+Green+Blue) = 152+33+236=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #9821EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9821EC is #67DE13. Grayscale: #5B5B5B. Windows color (decimal): -6807060 or 15475096. OLE color: 15475096.
HSL color Cylindrical-coordinate representation of color #9821EC: hue angle of 275.17º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9821EC is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 33 | 236 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.07 |
| HSL | 275.17º | 0.84% | 0.53% | - |
| HSV(B) | 275.17º | 0.86% | 0.93% | - |
| XYZ | 28.63 | 13.82 | 80.52 | - |
| YUV | 91.72 | 209.42 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 236 | 0.36 | 0.86 | 0 | 0.07 | 275.17 | 0.84 | 0.53 |
| Hex | 98 | 21 | EC | 24 | 56 | 0 | 7 | 113 | 54 | 35 |
| Octal | 230 | 41 | 354 | 44 | 126 | 0 | 7 | 423 | 124 | 65 |
| Binary | 10011000 | 100001 | 11101100 | 100100 | 1010110 | 0 | 111 | 100010011 | 1010100 | 110101 |
Color Harmonies of #9821EC
Complementary color
Monochromatic Colors of #9821EC
Black with #9821EC
Text Example
Text Example
White with #9821EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9821EC; }
p { color: rgb(152,33,236); }
H1.HeaderClassName
{
color: #9821EC;
}
.AnyTagClassName
{
color: #9821EC;
}
</style>
background-color css
<style>
a { background-color: #9821EC; }
a { background-color: rgb(152,33,236); }
div.DivClassName
{
background-color: #9821EC;
}
.BgClassName
{
background-color: #9821EC;
}
</style>
border-color css
<style>
span { border-color: #9821EC; }
span { border-color: rgb(152,33,236); }
td.TdClassName
{
border-color: #9821EC;
}
.TagClassName
{
border-color: #9821EC;
}
</style>