Shades of Dark Violet #880DDC
Tints of Dark Violet #880DDC
RGB
CMYK
RGB Variations
Color information
#880DDC (or 0x880DDC) is known color: Dark Violet. HEX triplet: 88, 0D and DC. RGB value is (136,13,220). Sum of RGB (Red+Green+Blue) = 136+13+220=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #880DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DDC is #77F223. Grayscale: #484848. Windows color (decimal): -7860772 or 14421384. OLE color: 14421384.
HSL color Cylindrical-coordinate representation of color #880DDC: hue angle of 275.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DDC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 13 | 220 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.14 |
| HSL | 275.65º | 0.89% | 0.46% | - |
| HSV(B) | 275.65º | 0.94% | 0.86% | - |
| XYZ | 23.22 | 10.69 | 68.55 | - |
| YUV | 73.38 | 210.75 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 220 | 0.38 | 0.94 | 0 | 0.14 | 275.65 | 0.89 | 0.46 |
| Hex | 88 | D | DC | 26 | 5E | 0 | E | 114 | 59 | 2E |
| Octal | 210 | 15 | 334 | 46 | 136 | 0 | 16 | 424 | 131 | 56 |
| Binary | 10001000 | 1101 | 11011100 | 100110 | 1011110 | 0 | 1110 | 100010100 | 1011001 | 101110 |
Color Harmonies of #880DDC
Complementary color
Monochromatic Colors of #880DDC
Black with #880DDC
Text Example
Text Example
White with #880DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DDC; }
p { color: rgb(136,13,220); }
H1.HeaderClassName
{
color: #880DDC;
}
.AnyTagClassName
{
color: #880DDC;
}
</style>
background-color css
<style>
a { background-color: #880DDC; }
a { background-color: rgb(136,13,220); }
div.DivClassName
{
background-color: #880DDC;
}
.BgClassName
{
background-color: #880DDC;
}
</style>
border-color css
<style>
span { border-color: #880DDC; }
span { border-color: rgb(136,13,220); }
td.TdClassName
{
border-color: #880DDC;
}
.TagClassName
{
border-color: #880DDC;
}
</style>