Shades of Dark Violet #880CDB
Tints of Dark Violet #880CDB
RGB
CMYK
RGB Variations
Color information
#880CDB (or 0x880CDB) is known color: Dark Violet. HEX triplet: 88, 0C and DB. RGB value is (136,12,219). Sum of RGB (Red+Green+Blue) = 136+12+219=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #880CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CDB is #77F324. Grayscale: #474747. Windows color (decimal): -7861029 or 14355592. OLE color: 14355592.
HSL color Cylindrical-coordinate representation of color #880CDB: hue angle of 275.94º 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 #880CDB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 12 | 219 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.14 |
| HSL | 275.94º | 0.9% | 0.45% | - |
| HSV(B) | 275.94º | 0.95% | 0.86% | - |
| XYZ | 23.07 | 10.61 | 67.85 | - |
| YUV | 72.67 | 210.58 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 219 | 0.38 | 0.95 | 0 | 0.14 | 275.94 | 0.9 | 0.45 |
| Hex | 88 | C | DB | 26 | 5F | 0 | E | 114 | 5A | 2D |
| Octal | 210 | 14 | 333 | 46 | 137 | 0 | 16 | 424 | 132 | 55 |
| Binary | 10001000 | 1100 | 11011011 | 100110 | 1011111 | 0 | 1110 | 100010100 | 1011010 | 101101 |
Color Harmonies of #880CDB
Complementary color
Monochromatic Colors of #880CDB
Black with #880CDB
Text Example
Text Example
White with #880CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CDB; }
p { color: rgb(136,12,219); }
H1.HeaderClassName
{
color: #880CDB;
}
.AnyTagClassName
{
color: #880CDB;
}
</style>
background-color css
<style>
a { background-color: #880CDB; }
a { background-color: rgb(136,12,219); }
div.DivClassName
{
background-color: #880CDB;
}
.BgClassName
{
background-color: #880CDB;
}
</style>
border-color css
<style>
span { border-color: #880CDB; }
span { border-color: rgb(136,12,219); }
td.TdClassName
{
border-color: #880CDB;
}
.TagClassName
{
border-color: #880CDB;
}
</style>