Shades of Blue Violet #8029DC
Tints of Blue Violet #8029DC
RGB
CMYK
RGB Variations
Color information
#8029DC (or 0x8029DC) is known color: Blue Violet. HEX triplet: 80, 29 and DC. RGB value is (128,41,220). Sum of RGB (Red+Green+Blue) = 128+41+220=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #8029DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029DC is #7FD623. Grayscale: #565656. Windows color (decimal): -8377892 or 14428544. OLE color: 14428544.
HSL color Cylindrical-coordinate representation of color #8029DC: hue angle of 269.16º 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 #8029DC is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 41 | 220 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.14 |
| HSL | 269.16º | 0.72% | 0.51% | - |
| HSV(B) | 269.16º | 0.81% | 0.86% | - |
| XYZ | 22.61 | 11.34 | 68.71 | - |
| YUV | 87.42 | 202.82 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 220 | 0.42 | 0.81 | 0 | 0.14 | 269.16 | 0.72 | 0.51 |
| Hex | 80 | 29 | DC | 2A | 51 | 0 | E | 10D | 48 | 33 |
| Octal | 200 | 51 | 334 | 52 | 121 | 0 | 16 | 415 | 110 | 63 |
| Binary | 10000000 | 101001 | 11011100 | 101010 | 1010001 | 0 | 1110 | 100001101 | 1001000 | 110011 |
Color Harmonies of #8029DC
Complementary color
Monochromatic Colors of #8029DC
Black with #8029DC
Text Example
Text Example
White with #8029DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029DC; }
p { color: rgb(128,41,220); }
H1.HeaderClassName
{
color: #8029DC;
}
.AnyTagClassName
{
color: #8029DC;
}
</style>
background-color css
<style>
a { background-color: #8029DC; }
a { background-color: rgb(128,41,220); }
div.DivClassName
{
background-color: #8029DC;
}
.BgClassName
{
background-color: #8029DC;
}
</style>
border-color css
<style>
span { border-color: #8029DC; }
span { border-color: rgb(128,41,220); }
td.TdClassName
{
border-color: #8029DC;
}
.TagClassName
{
border-color: #8029DC;
}
</style>