Shades of Blue Violet #9829DC
Tints of Blue Violet #9829DC
RGB
CMYK
RGB Variations
Color information
#9829DC (or 0x9829DC) is known color: Blue Violet. HEX triplet: 98, 29 and DC. RGB value is (152,41,220). Sum of RGB (Red+Green+Blue) = 152+41+220=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #9829DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829DC is #67D623. Grayscale: #5D5D5D. Windows color (decimal): -6805028 or 14428568. OLE color: 14428568.
HSL color Cylindrical-coordinate representation of color #9829DC: hue angle of 277.21º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9829DC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 41 | 220 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.14 |
| HSL | 277.21º | 0.72% | 0.51% | - |
| HSV(B) | 277.21º | 0.81% | 0.86% | - |
| XYZ | 26.66 | 13.43 | 68.9 | - |
| YUV | 94.6 | 198.77 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 220 | 0.31 | 0.81 | 0 | 0.14 | 277.21 | 0.72 | 0.51 |
| Hex | 98 | 29 | DC | 1F | 51 | 0 | E | 115 | 48 | 33 |
| Octal | 230 | 51 | 334 | 37 | 121 | 0 | 16 | 425 | 110 | 63 |
| Binary | 10011000 | 101001 | 11011100 | 11111 | 1010001 | 0 | 1110 | 100010101 | 1001000 | 110011 |
Color Harmonies of #9829DC
Complementary color
Monochromatic Colors of #9829DC
Black with #9829DC
Text Example
Text Example
White with #9829DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829DC; }
p { color: rgb(152,41,220); }
H1.HeaderClassName
{
color: #9829DC;
}
.AnyTagClassName
{
color: #9829DC;
}
</style>
background-color css
<style>
a { background-color: #9829DC; }
a { background-color: rgb(152,41,220); }
div.DivClassName
{
background-color: #9829DC;
}
.BgClassName
{
background-color: #9829DC;
}
</style>
border-color css
<style>
span { border-color: #9829DC; }
span { border-color: rgb(152,41,220); }
td.TdClassName
{
border-color: #9829DC;
}
.TagClassName
{
border-color: #9829DC;
}
</style>