Shades of Blue Violet #9821DA
Tints of Blue Violet #9821DA
RGB
CMYK
RGB Variations
Color information
#9821DA (or 0x9821DA) is known color: Blue Violet. HEX triplet: 98, 21 and DA. RGB value is (152,33,218). Sum of RGB (Red+Green+Blue) = 152+33+218=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #9821DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821DA is #67DE25. Grayscale: #595959. Windows color (decimal): -6807078 or 14295448. OLE color: 14295448.
HSL color Cylindrical-coordinate representation of color #9821DA: hue angle of 278.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9821DA is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 33 | 218 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.15 |
| HSL | 278.59º | 0.74% | 0.49% | - |
| HSV(B) | 278.59º | 0.85% | 0.85% | - |
| XYZ | 26.15 | 12.83 | 67.43 | - |
| YUV | 89.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 218 | 0.30 | 0.85 | 0 | 0.15 | 278.59 | 0.74 | 0.49 |
| Hex | 98 | 21 | DA | 1E | 55 | 0 | F | 117 | 4A | 31 |
| Octal | 230 | 41 | 332 | 36 | 125 | 0 | 17 | 427 | 112 | 61 |
| Binary | 10011000 | 100001 | 11011010 | 11110 | 1010101 | 0 | 1111 | 100010111 | 1001010 | 110001 |
Color Harmonies of #9821DA
Complementary color
Monochromatic Colors of #9821DA
Black with #9821DA
Text Example
Text Example
White with #9821DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9821DA; }
p { color: rgb(152,33,218); }
H1.HeaderClassName
{
color: #9821DA;
}
.AnyTagClassName
{
color: #9821DA;
}
</style>
background-color css
<style>
a { background-color: #9821DA; }
a { background-color: rgb(152,33,218); }
div.DivClassName
{
background-color: #9821DA;
}
.BgClassName
{
background-color: #9821DA;
}
</style>
border-color css
<style>
span { border-color: #9821DA; }
span { border-color: rgb(152,33,218); }
td.TdClassName
{
border-color: #9821DA;
}
.TagClassName
{
border-color: #9821DA;
}
</style>