Shades of Dark Violet #880ADB
Tints of Dark Violet #880ADB
RGB
CMYK
RGB Variations
Color information
#880ADB (or 0x880ADB) is known color: Dark Violet. HEX triplet: 88, 0A and DB. RGB value is (136,10,219). Sum of RGB (Red+Green+Blue) = 136+10+219=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #880ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ADB is #77F524. Grayscale: #464646. Windows color (decimal): -7861541 or 14355080. OLE color: 14355080.
HSL color Cylindrical-coordinate representation of color #880ADB: hue angle of 276.17º degrees, saturation: 0.91, 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 #880ADB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 10 | 219 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.14 |
| HSL | 276.17º | 0.91% | 0.45% | - |
| HSV(B) | 276.17º | 0.95% | 0.86% | - |
| XYZ | 23.05 | 10.57 | 67.84 | - |
| YUV | 71.5 | 211.24 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 219 | 0.38 | 0.95 | 0 | 0.14 | 276.17 | 0.91 | 0.45 |
| Hex | 88 | A | DB | 26 | 5F | 0 | E | 114 | 5B | 2D |
| Octal | 210 | 12 | 333 | 46 | 137 | 0 | 16 | 424 | 133 | 55 |
| Binary | 10001000 | 1010 | 11011011 | 100110 | 1011111 | 0 | 1110 | 100010100 | 1011011 | 101101 |
Color Harmonies of #880ADB
Complementary color
Monochromatic Colors of #880ADB
Black with #880ADB
Text Example
Text Example
White with #880ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ADB; }
p { color: rgb(136,10,219); }
H1.HeaderClassName
{
color: #880ADB;
}
.AnyTagClassName
{
color: #880ADB;
}
</style>
background-color css
<style>
a { background-color: #880ADB; }
a { background-color: rgb(136,10,219); }
div.DivClassName
{
background-color: #880ADB;
}
.BgClassName
{
background-color: #880ADB;
}
</style>
border-color css
<style>
span { border-color: #880ADB; }
span { border-color: rgb(136,10,219); }
td.TdClassName
{
border-color: #880ADB;
}
.TagClassName
{
border-color: #880ADB;
}
</style>