Shades of Dark Violet #880DDB
Tints of Dark Violet #880DDB
RGB
CMYK
RGB Variations
Color information
#880DDB (or 0x880DDB) is known color: Dark Violet. HEX triplet: 88, 0D and DB. RGB value is (136,13,219). Sum of RGB (Red+Green+Blue) = 136+13+219=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #880DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DDB is #77F224. Grayscale: #484848. Windows color (decimal): -7860773 or 14355848. OLE color: 14355848.
HSL color Cylindrical-coordinate representation of color #880DDB: hue angle of 275.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DDB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 13 | 219 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.14 |
| HSL | 275.83º | 0.89% | 0.45% | - |
| HSV(B) | 275.83º | 0.94% | 0.86% | - |
| XYZ | 23.08 | 10.64 | 67.85 | - |
| YUV | 73.26 | 210.25 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 219 | 0.38 | 0.94 | 0 | 0.14 | 275.83 | 0.89 | 0.45 |
| Hex | 88 | D | DB | 26 | 5E | 0 | E | 114 | 59 | 2D |
| Octal | 210 | 15 | 333 | 46 | 136 | 0 | 16 | 424 | 131 | 55 |
| Binary | 10001000 | 1101 | 11011011 | 100110 | 1011110 | 0 | 1110 | 100010100 | 1011001 | 101101 |
Color Harmonies of #880DDB
Complementary color
Monochromatic Colors of #880DDB
Black with #880DDB
Text Example
Text Example
White with #880DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DDB; }
p { color: rgb(136,13,219); }
H1.HeaderClassName
{
color: #880DDB;
}
.AnyTagClassName
{
color: #880DDB;
}
</style>
background-color css
<style>
a { background-color: #880DDB; }
a { background-color: rgb(136,13,219); }
div.DivClassName
{
background-color: #880DDB;
}
.BgClassName
{
background-color: #880DDB;
}
</style>
border-color css
<style>
span { border-color: #880DDB; }
span { border-color: rgb(136,13,219); }
td.TdClassName
{
border-color: #880DDB;
}
.TagClassName
{
border-color: #880DDB;
}
</style>