Shades of Blue Violet #8029DB
Tints of Blue Violet #8029DB
RGB
CMYK
RGB Variations
Color information
#8029DB (or 0x8029DB) is known color: Blue Violet. HEX triplet: 80, 29 and DB. RGB value is (128,41,219). Sum of RGB (Red+Green+Blue) = 128+41+219=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #8029DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029DB is #7FD624. Grayscale: #565656. Windows color (decimal): -8377893 or 14363008. OLE color: 14363008.
HSL color Cylindrical-coordinate representation of color #8029DB: hue angle of 269.33º degrees, saturation: 0.71, 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 #8029DB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 41 | 219 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.14 |
| HSL | 269.33º | 0.71% | 0.51% | - |
| HSV(B) | 269.33º | 0.81% | 0.86% | - |
| XYZ | 22.48 | 11.29 | 68.01 | - |
| YUV | 87.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 219 | 0.42 | 0.81 | 0 | 0.14 | 269.33 | 0.71 | 0.51 |
| Hex | 80 | 29 | DB | 2A | 51 | 0 | E | 10D | 47 | 33 |
| Octal | 200 | 51 | 333 | 52 | 121 | 0 | 16 | 415 | 107 | 63 |
| Binary | 10000000 | 101001 | 11011011 | 101010 | 1010001 | 0 | 1110 | 100001101 | 1000111 | 110011 |
Color Harmonies of #8029DB
Complementary color
Monochromatic Colors of #8029DB
Black with #8029DB
Text Example
Text Example
White with #8029DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8029DB; }
p { color: rgb(128,41,219); }
H1.HeaderClassName
{
color: #8029DB;
}
.AnyTagClassName
{
color: #8029DB;
}
</style>
background-color css
<style>
a { background-color: #8029DB; }
a { background-color: rgb(128,41,219); }
div.DivClassName
{
background-color: #8029DB;
}
.BgClassName
{
background-color: #8029DB;
}
</style>
border-color css
<style>
span { border-color: #8029DB; }
span { border-color: rgb(128,41,219); }
td.TdClassName
{
border-color: #8029DB;
}
.TagClassName
{
border-color: #8029DB;
}
</style>