Shades of Blue Violet #9820DA
Tints of Blue Violet #9820DA
RGB
CMYK
RGB Variations
Color information
#9820DA (or 0x9820DA) is known color: Blue Violet. HEX triplet: 98, 20 and DA. RGB value is (152,32,218). Sum of RGB (Red+Green+Blue) = 152+32+218=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #9820DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820DA is #67DF25. Grayscale: #585858. Windows color (decimal): -6807334 or 14295192. OLE color: 14295192.
HSL color Cylindrical-coordinate representation of color #9820DA: hue angle of 278.71º 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 #9820DA is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 32 | 218 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.15 |
| HSL | 278.71º | 0.74% | 0.49% | - |
| HSV(B) | 278.71º | 0.85% | 0.85% | - |
| XYZ | 26.12 | 12.77 | 67.42 | - |
| YUV | 89.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 218 | 0.30 | 0.85 | 0 | 0.15 | 278.71 | 0.74 | 0.49 |
| Hex | 98 | 20 | DA | 1E | 55 | 0 | F | 117 | 4A | 31 |
| Octal | 230 | 40 | 332 | 36 | 125 | 0 | 17 | 427 | 112 | 61 |
| Binary | 10011000 | 100000 | 11011010 | 11110 | 1010101 | 0 | 1111 | 100010111 | 1001010 | 110001 |
Color Harmonies of #9820DA
Complementary color
Monochromatic Colors of #9820DA
Black with #9820DA
Text Example
Text Example
White with #9820DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820DA; }
p { color: rgb(152,32,218); }
H1.HeaderClassName
{
color: #9820DA;
}
.AnyTagClassName
{
color: #9820DA;
}
</style>
background-color css
<style>
a { background-color: #9820DA; }
a { background-color: rgb(152,32,218); }
div.DivClassName
{
background-color: #9820DA;
}
.BgClassName
{
background-color: #9820DA;
}
</style>
border-color css
<style>
span { border-color: #9820DA; }
span { border-color: rgb(152,32,218); }
td.TdClassName
{
border-color: #9820DA;
}
.TagClassName
{
border-color: #9820DA;
}
</style>