Shades of Dark Violet #880DB2
Tints of Dark Violet #880DB2
RGB
CMYK
RGB Variations
Color information
#880DB2 (or 0x880DB2) is known color: Dark Violet. HEX triplet: 88, 0D and B2. RGB value is (136,13,178). Sum of RGB (Red+Green+Blue) = 136+13+178=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #880DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DB2 is #77F24D. Grayscale: #444444. Windows color (decimal): -7860814 or 11668872. OLE color: 11668872.
HSL color Cylindrical-coordinate representation of color #880DB2: hue angle of 284.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DB2 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 13 | 178 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.30 |
| HSL | 284.73º | 0.86% | 0.37% | - |
| HSV(B) | 284.73º | 0.93% | 0.7% | - |
| XYZ | 18.33 | 8.74 | 42.84 | - |
| YUV | 68.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 178 | 0.24 | 0.93 | 0 | 0.30 | 284.73 | 0.86 | 0.37 |
| Hex | 88 | D | B2 | 18 | 5D | 0 | 1E | 11D | 56 | 25 |
| Octal | 210 | 15 | 262 | 30 | 135 | 0 | 36 | 435 | 126 | 45 |
| Binary | 10001000 | 1101 | 10110010 | 11000 | 1011101 | 0 | 11110 | 100011101 | 1010110 | 100101 |
Color Harmonies of #880DB2
Complementary color
Monochromatic Colors of #880DB2
Black with #880DB2
Text Example
Text Example
White with #880DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DB2; }
p { color: rgb(136,13,178); }
H1.HeaderClassName
{
color: #880DB2;
}
.AnyTagClassName
{
color: #880DB2;
}
</style>
background-color css
<style>
a { background-color: #880DB2; }
a { background-color: rgb(136,13,178); }
div.DivClassName
{
background-color: #880DB2;
}
.BgClassName
{
background-color: #880DB2;
}
</style>
border-color css
<style>
span { border-color: #880DB2; }
span { border-color: rgb(136,13,178); }
td.TdClassName
{
border-color: #880DB2;
}
.TagClassName
{
border-color: #880DB2;
}
</style>