Shades of Blue Violet #8829DC
Tints of Blue Violet #8829DC
RGB
CMYK
RGB Variations
Color information
#8829DC (or 0x8829DC) is known color: Blue Violet. HEX triplet: 88, 29 and DC. RGB value is (136,41,220). Sum of RGB (Red+Green+Blue) = 136+41+220=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #8829DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829DC is #77D623. Grayscale: #595959. Windows color (decimal): -7853604 or 14428552. OLE color: 14428552.
HSL color Cylindrical-coordinate representation of color #8829DC: hue angle of 271.84º 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 #8829DC is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 41 | 220 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.14 |
| HSL | 271.84º | 0.72% | 0.51% | - |
| HSV(B) | 271.84º | 0.81% | 0.86% | - |
| XYZ | 23.86 | 11.99 | 68.77 | - |
| YUV | 89.81 | 201.47 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 220 | 0.38 | 0.81 | 0 | 0.14 | 271.84 | 0.72 | 0.51 |
| Hex | 88 | 29 | DC | 26 | 51 | 0 | E | 110 | 48 | 33 |
| Octal | 210 | 51 | 334 | 46 | 121 | 0 | 16 | 420 | 110 | 63 |
| Binary | 10001000 | 101001 | 11011100 | 100110 | 1010001 | 0 | 1110 | 100010000 | 1001000 | 110011 |
Color Harmonies of #8829DC
Complementary color
Monochromatic Colors of #8829DC
Black with #8829DC
Text Example
Text Example
White with #8829DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829DC; }
p { color: rgb(136,41,220); }
H1.HeaderClassName
{
color: #8829DC;
}
.AnyTagClassName
{
color: #8829DC;
}
</style>
background-color css
<style>
a { background-color: #8829DC; }
a { background-color: rgb(136,41,220); }
div.DivClassName
{
background-color: #8829DC;
}
.BgClassName
{
background-color: #8829DC;
}
</style>
border-color css
<style>
span { border-color: #8829DC; }
span { border-color: rgb(136,41,220); }
td.TdClassName
{
border-color: #8829DC;
}
.TagClassName
{
border-color: #8829DC;
}
</style>