Shades of Dark Violet #880DAE
Tints of Dark Violet #880DAE
RGB
CMYK
RGB Variations
Color information
#880DAE (or 0x880DAE) is known color: Dark Violet. HEX triplet: 88, 0D and AE. RGB value is (136,13,174). Sum of RGB (Red+Green+Blue) = 136+13+174=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #880DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DAE is #77F251. Grayscale: #434343. Windows color (decimal): -7860818 or 11406728. OLE color: 11406728.
HSL color Cylindrical-coordinate representation of color #880DAE: hue angle of 285.84º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DAE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 13 | 174 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.32 |
| HSL | 285.84º | 0.86% | 0.37% | - |
| HSV(B) | 285.84º | 0.93% | 0.68% | - |
| XYZ | 17.94 | 8.58 | 40.75 | - |
| YUV | 68.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 174 | 0.22 | 0.93 | 0 | 0.32 | 285.84 | 0.86 | 0.37 |
| Hex | 88 | D | AE | 16 | 5D | 0 | 20 | 11E | 56 | 25 |
| Octal | 210 | 15 | 256 | 26 | 135 | 0 | 40 | 436 | 126 | 45 |
| Binary | 10001000 | 1101 | 10101110 | 10110 | 1011101 | 0 | 100000 | 100011110 | 1010110 | 100101 |
Color Harmonies of #880DAE
Complementary color
Monochromatic Colors of #880DAE
Black with #880DAE
Text Example
Text Example
White with #880DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DAE; }
p { color: rgb(136,13,174); }
H1.HeaderClassName
{
color: #880DAE;
}
.AnyTagClassName
{
color: #880DAE;
}
</style>
background-color css
<style>
a { background-color: #880DAE; }
a { background-color: rgb(136,13,174); }
div.DivClassName
{
background-color: #880DAE;
}
.BgClassName
{
background-color: #880DAE;
}
</style>
border-color css
<style>
span { border-color: #880DAE; }
span { border-color: rgb(136,13,174); }
td.TdClassName
{
border-color: #880DAE;
}
.TagClassName
{
border-color: #880DAE;
}
</style>