Shades of Dark Violet #880DB6
Tints of Dark Violet #880DB6
RGB
CMYK
RGB Variations
Color information
#880DB6 (or 0x880DB6) is known color: Dark Violet. HEX triplet: 88, 0D and B6. RGB value is (136,13,182). Sum of RGB (Red+Green+Blue) = 136+13+182=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #880DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DB6 is #77F249. Grayscale: #444444. Windows color (decimal): -7860810 or 11931016. OLE color: 11931016.
HSL color Cylindrical-coordinate representation of color #880DB6: hue angle of 283.67º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DB6 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 13 | 182 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.29 |
| HSL | 283.67º | 0.87% | 0.38% | - |
| HSV(B) | 283.67º | 0.93% | 0.71% | - |
| XYZ | 18.74 | 8.9 | 44.99 | - |
| YUV | 69.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 182 | 0.25 | 0.93 | 0 | 0.29 | 283.67 | 0.87 | 0.38 |
| Hex | 88 | D | B6 | 19 | 5D | 0 | 1D | 11C | 57 | 26 |
| Octal | 210 | 15 | 266 | 31 | 135 | 0 | 35 | 434 | 127 | 46 |
| Binary | 10001000 | 1101 | 10110110 | 11001 | 1011101 | 0 | 11101 | 100011100 | 1010111 | 100110 |
Color Harmonies of #880DB6
Complementary color
Monochromatic Colors of #880DB6
Black with #880DB6
Text Example
Text Example
White with #880DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DB6; }
p { color: rgb(136,13,182); }
H1.HeaderClassName
{
color: #880DB6;
}
.AnyTagClassName
{
color: #880DB6;
}
</style>
background-color css
<style>
a { background-color: #880DB6; }
a { background-color: rgb(136,13,182); }
div.DivClassName
{
background-color: #880DB6;
}
.BgClassName
{
background-color: #880DB6;
}
</style>
border-color css
<style>
span { border-color: #880DB6; }
span { border-color: rgb(136,13,182); }
td.TdClassName
{
border-color: #880DB6;
}
.TagClassName
{
border-color: #880DB6;
}
</style>