Shades of Dark Violet #800BDB
Tints of Dark Violet #800BDB
RGB
CMYK
RGB Variations
Color information
#800BDB (or 0x800BDB) is known color: Dark Violet. HEX triplet: 80, 0B and DB. RGB value is (128,11,219). Sum of RGB (Red+Green+Blue) = 128+11+219=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #800BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BDB is #7FF424. Grayscale: #444444. Windows color (decimal): -8385573 or 14355328. OLE color: 14355328.
HSL color Cylindrical-coordinate representation of color #800BDB: hue angle of 273.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BDB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 11 | 219 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.14 |
| HSL | 273.75º | 0.9% | 0.45% | - |
| HSV(B) | 273.75º | 0.95% | 0.86% | - |
| XYZ | 21.81 | 9.94 | 67.79 | - |
| YUV | 69.7 | 212.26 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 219 | 0.42 | 0.95 | 0 | 0.14 | 273.75 | 0.9 | 0.45 |
| Hex | 80 | B | DB | 2A | 5F | 0 | E | 112 | 5A | 2D |
| Octal | 200 | 13 | 333 | 52 | 137 | 0 | 16 | 422 | 132 | 55 |
| Binary | 10000000 | 1011 | 11011011 | 101010 | 1011111 | 0 | 1110 | 100010010 | 1011010 | 101101 |
Color Harmonies of #800BDB
Complementary color
Monochromatic Colors of #800BDB
Black with #800BDB
Text Example
Text Example
White with #800BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BDB; }
p { color: rgb(128,11,219); }
H1.HeaderClassName
{
color: #800BDB;
}
.AnyTagClassName
{
color: #800BDB;
}
</style>
background-color css
<style>
a { background-color: #800BDB; }
a { background-color: rgb(128,11,219); }
div.DivClassName
{
background-color: #800BDB;
}
.BgClassName
{
background-color: #800BDB;
}
</style>
border-color css
<style>
span { border-color: #800BDB; }
span { border-color: rgb(128,11,219); }
td.TdClassName
{
border-color: #800BDB;
}
.TagClassName
{
border-color: #800BDB;
}
</style>