Shades of Blue Violet #8028DC
Tints of Blue Violet #8028DC
RGB
CMYK
RGB Variations
Color information
#8028DC (or 0x8028DC) is known color: Blue Violet. HEX triplet: 80, 28 and DC. RGB value is (128,40,220). Sum of RGB (Red+Green+Blue) = 128+40+220=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #8028DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028DC is #7FD723. Grayscale: #565656. Windows color (decimal): -8378148 or 14428288. OLE color: 14428288.
HSL color Cylindrical-coordinate representation of color #8028DC: hue angle of 269.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8028DC is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 40 | 220 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.14 |
| HSL | 269.33º | 0.72% | 0.51% | - |
| HSV(B) | 269.33º | 0.82% | 0.86% | - |
| XYZ | 22.58 | 11.27 | 68.7 | - |
| YUV | 86.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 220 | 0.42 | 0.82 | 0 | 0.14 | 269.33 | 0.72 | 0.51 |
| Hex | 80 | 28 | DC | 2A | 52 | 0 | E | 10D | 48 | 33 |
| Octal | 200 | 50 | 334 | 52 | 122 | 0 | 16 | 415 | 110 | 63 |
| Binary | 10000000 | 101000 | 11011100 | 101010 | 1010010 | 0 | 1110 | 100001101 | 1001000 | 110011 |
Color Harmonies of #8028DC
Complementary color
Monochromatic Colors of #8028DC
Black with #8028DC
Text Example
Text Example
White with #8028DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028DC; }
p { color: rgb(128,40,220); }
H1.HeaderClassName
{
color: #8028DC;
}
.AnyTagClassName
{
color: #8028DC;
}
</style>
background-color css
<style>
a { background-color: #8028DC; }
a { background-color: rgb(128,40,220); }
div.DivClassName
{
background-color: #8028DC;
}
.BgClassName
{
background-color: #8028DC;
}
</style>
border-color css
<style>
span { border-color: #8028DC; }
span { border-color: rgb(128,40,220); }
td.TdClassName
{
border-color: #8028DC;
}
.TagClassName
{
border-color: #8028DC;
}
</style>