Shades of Blue Violet #9929DC
Tints of Blue Violet #9929DC
RGB
CMYK
RGB Variations
Color information
#9929DC (or 0x9929DC) is known color: Blue Violet. HEX triplet: 99, 29 and DC. RGB value is (153,41,220). Sum of RGB (Red+Green+Blue) = 153+41+220=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #9929DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9929DC is #66D623. Grayscale: #5E5E5E. Windows color (decimal): -6739492 or 14428569. OLE color: 14428569.
HSL color Cylindrical-coordinate representation of color #9929DC: hue angle of 277.54º 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 #9929DC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 41 | 220 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.14 |
| HSL | 277.54º | 0.72% | 0.51% | - |
| HSV(B) | 277.54º | 0.81% | 0.86% | - |
| XYZ | 26.85 | 13.53 | 68.91 | - |
| YUV | 94.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 220 | 0.30 | 0.81 | 0 | 0.14 | 277.54 | 0.72 | 0.51 |
| Hex | 99 | 29 | DC | 1E | 51 | 0 | E | 116 | 48 | 33 |
| Octal | 231 | 51 | 334 | 36 | 121 | 0 | 16 | 426 | 110 | 63 |
| Binary | 10011001 | 101001 | 11011100 | 11110 | 1010001 | 0 | 1110 | 100010110 | 1001000 | 110011 |
Color Harmonies of #9929DC
Complementary color
Monochromatic Colors of #9929DC
Black with #9929DC
Text Example
Text Example
White with #9929DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9929DC; }
p { color: rgb(153,41,220); }
H1.HeaderClassName
{
color: #9929DC;
}
.AnyTagClassName
{
color: #9929DC;
}
</style>
background-color css
<style>
a { background-color: #9929DC; }
a { background-color: rgb(153,41,220); }
div.DivClassName
{
background-color: #9929DC;
}
.BgClassName
{
background-color: #9929DC;
}
</style>
border-color css
<style>
span { border-color: #9929DC; }
span { border-color: rgb(153,41,220); }
td.TdClassName
{
border-color: #9929DC;
}
.TagClassName
{
border-color: #9929DC;
}
</style>