Shades of Blue Violet #8010DC
Tints of Blue Violet #8010DC
RGB
CMYK
RGB Variations
Color information
#8010DC (or 0x8010DC) is known color: Blue Violet. HEX triplet: 80, 10 and DC. RGB value is (128,16,220). Sum of RGB (Red+Green+Blue) = 128+16+220=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #8010DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010DC is #7FEF23. Grayscale: #484848. Windows color (decimal): -8384292 or 14422144. OLE color: 14422144.
HSL color Cylindrical-coordinate representation of color #8010DC: hue angle of 272.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8010DC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 16 | 220 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.14 |
| HSL | 272.94º | 0.86% | 0.46% | - |
| HSV(B) | 272.94º | 0.93% | 0.86% | - |
| XYZ | 22.01 | 10.13 | 68.51 | - |
| YUV | 72.74 | 211.11 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 220 | 0.42 | 0.93 | 0 | 0.14 | 272.94 | 0.86 | 0.46 |
| Hex | 80 | 10 | DC | 2A | 5D | 0 | E | 111 | 56 | 2E |
| Octal | 200 | 20 | 334 | 52 | 135 | 0 | 16 | 421 | 126 | 56 |
| Binary | 10000000 | 10000 | 11011100 | 101010 | 1011101 | 0 | 1110 | 100010001 | 1010110 | 101110 |
Color Harmonies of #8010DC
Complementary color
Monochromatic Colors of #8010DC
Black with #8010DC
Text Example
Text Example
White with #8010DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010DC; }
p { color: rgb(128,16,220); }
H1.HeaderClassName
{
color: #8010DC;
}
.AnyTagClassName
{
color: #8010DC;
}
</style>
background-color css
<style>
a { background-color: #8010DC; }
a { background-color: rgb(128,16,220); }
div.DivClassName
{
background-color: #8010DC;
}
.BgClassName
{
background-color: #8010DC;
}
</style>
border-color css
<style>
span { border-color: #8010DC; }
span { border-color: rgb(128,16,220); }
td.TdClassName
{
border-color: #8010DC;
}
.TagClassName
{
border-color: #8010DC;
}
</style>