Shades of Dark Violet #880FDB
Tints of Dark Violet #880FDB
RGB
CMYK
RGB Variations
Color information
#880FDB (or 0x880FDB) is known color: Dark Violet. HEX triplet: 88, 0F and DB. RGB value is (136,15,219). Sum of RGB (Red+Green+Blue) = 136+15+219=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #880FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FDB is #77F024. Grayscale: #494949. Windows color (decimal): -7860261 or 14356360. OLE color: 14356360.
HSL color Cylindrical-coordinate representation of color #880FDB: hue angle of 275.59º 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 #880FDB is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 15 | 219 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.14 |
| HSL | 275.59º | 0.87% | 0.46% | - |
| HSV(B) | 275.59º | 0.93% | 0.86% | - |
| XYZ | 23.11 | 10.69 | 67.86 | - |
| YUV | 74.44 | 209.59 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 219 | 0.38 | 0.93 | 0 | 0.14 | 275.59 | 0.87 | 0.46 |
| Hex | 88 | F | DB | 26 | 5D | 0 | E | 114 | 57 | 2E |
| Octal | 210 | 17 | 333 | 46 | 135 | 0 | 16 | 424 | 127 | 56 |
| Binary | 10001000 | 1111 | 11011011 | 100110 | 1011101 | 0 | 1110 | 100010100 | 1010111 | 101110 |
Color Harmonies of #880FDB
Complementary color
Monochromatic Colors of #880FDB
Black with #880FDB
Text Example
Text Example
White with #880FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FDB; }
p { color: rgb(136,15,219); }
H1.HeaderClassName
{
color: #880FDB;
}
.AnyTagClassName
{
color: #880FDB;
}
</style>
background-color css
<style>
a { background-color: #880FDB; }
a { background-color: rgb(136,15,219); }
div.DivClassName
{
background-color: #880FDB;
}
.BgClassName
{
background-color: #880FDB;
}
</style>
border-color css
<style>
span { border-color: #880FDB; }
span { border-color: rgb(136,15,219); }
td.TdClassName
{
border-color: #880FDB;
}
.TagClassName
{
border-color: #880FDB;
}
</style>