Shades of Dark Violet #8010DB
Tints of Dark Violet #8010DB
RGB
CMYK
RGB Variations
Color information
#8010DB (or 0x8010DB) is known color: Dark Violet. HEX triplet: 80, 10 and DB. RGB value is (128,16,219). Sum of RGB (Red+Green+Blue) = 128+16+219=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #8010DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010DB is #7FEF24. Grayscale: #474747. Windows color (decimal): -8384293 or 14356608. OLE color: 14356608.
HSL color Cylindrical-coordinate representation of color #8010DB: hue angle of 273.1º 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 #8010DB is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 16 | 219 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.14 |
| HSL | 273.1º | 0.86% | 0.46% | - |
| HSV(B) | 273.1º | 0.93% | 0.86% | - |
| XYZ | 21.87 | 10.07 | 67.81 | - |
| YUV | 72.63 | 210.61 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 219 | 0.42 | 0.93 | 0 | 0.14 | 273.1 | 0.86 | 0.46 |
| Hex | 80 | 10 | DB | 2A | 5D | 0 | E | 111 | 56 | 2E |
| Octal | 200 | 20 | 333 | 52 | 135 | 0 | 16 | 421 | 126 | 56 |
| Binary | 10000000 | 10000 | 11011011 | 101010 | 1011101 | 0 | 1110 | 100010001 | 1010110 | 101110 |
Color Harmonies of #8010DB
Complementary color
Monochromatic Colors of #8010DB
Black with #8010DB
Text Example
Text Example
White with #8010DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010DB; }
p { color: rgb(128,16,219); }
H1.HeaderClassName
{
color: #8010DB;
}
.AnyTagClassName
{
color: #8010DB;
}
</style>
background-color css
<style>
a { background-color: #8010DB; }
a { background-color: rgb(128,16,219); }
div.DivClassName
{
background-color: #8010DB;
}
.BgClassName
{
background-color: #8010DB;
}
</style>
border-color css
<style>
span { border-color: #8010DB; }
span { border-color: rgb(128,16,219); }
td.TdClassName
{
border-color: #8010DB;
}
.TagClassName
{
border-color: #8010DB;
}
</style>