Shades of Dark Violet #800FDB
Tints of Dark Violet #800FDB
RGB
CMYK
RGB Variations
Color information
#800FDB (or 0x800FDB) is known color: Dark Violet. HEX triplet: 80, 0F and DB. RGB value is (128,15,219). Sum of RGB (Red+Green+Blue) = 128+15+219=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #800FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FDB is #7FF024. Grayscale: #474747. Windows color (decimal): -8384549 or 14356352. OLE color: 14356352.
HSL color Cylindrical-coordinate representation of color #800FDB: hue angle of 273.24º degrees, saturation: 0.87, 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 #800FDB is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 15 | 219 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.14 |
| HSL | 273.24º | 0.87% | 0.46% | - |
| HSV(B) | 273.24º | 0.93% | 0.86% | - |
| XYZ | 21.86 | 10.05 | 67.8 | - |
| YUV | 72.04 | 210.94 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 219 | 0.42 | 0.93 | 0 | 0.14 | 273.24 | 0.87 | 0.46 |
| Hex | 80 | F | DB | 2A | 5D | 0 | E | 111 | 57 | 2E |
| Octal | 200 | 17 | 333 | 52 | 135 | 0 | 16 | 421 | 127 | 56 |
| Binary | 10000000 | 1111 | 11011011 | 101010 | 1011101 | 0 | 1110 | 100010001 | 1010111 | 101110 |
Color Harmonies of #800FDB
Complementary color
Monochromatic Colors of #800FDB
Black with #800FDB
Text Example
Text Example
White with #800FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FDB; }
p { color: rgb(128,15,219); }
H1.HeaderClassName
{
color: #800FDB;
}
.AnyTagClassName
{
color: #800FDB;
}
</style>
background-color css
<style>
a { background-color: #800FDB; }
a { background-color: rgb(128,15,219); }
div.DivClassName
{
background-color: #800FDB;
}
.BgClassName
{
background-color: #800FDB;
}
</style>
border-color css
<style>
span { border-color: #800FDB; }
span { border-color: rgb(128,15,219); }
td.TdClassName
{
border-color: #800FDB;
}
.TagClassName
{
border-color: #800FDB;
}
</style>