Shades of Dark Violet #880DAF
Tints of Dark Violet #880DAF
RGB
CMYK
RGB Variations
Color information
#880DAF (or 0x880DAF) is known color: Dark Violet. HEX triplet: 88, 0D and AF. RGB value is (136,13,175). Sum of RGB (Red+Green+Blue) = 136+13+175=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #880DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DAF is #77F250. Grayscale: #434343. Windows color (decimal): -7860817 or 11472264. OLE color: 11472264.
HSL color Cylindrical-coordinate representation of color #880DAF: hue angle of 285.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DAF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 13 | 175 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.31 |
| HSL | 285.56º | 0.86% | 0.37% | - |
| HSV(B) | 285.56º | 0.93% | 0.69% | - |
| XYZ | 18.04 | 8.62 | 41.27 | - |
| YUV | 68.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 175 | 0.22 | 0.93 | 0 | 0.31 | 285.56 | 0.86 | 0.37 |
| Hex | 88 | D | AF | 16 | 5D | 0 | 1F | 11E | 56 | 25 |
| Octal | 210 | 15 | 257 | 26 | 135 | 0 | 37 | 436 | 126 | 45 |
| Binary | 10001000 | 1101 | 10101111 | 10110 | 1011101 | 0 | 11111 | 100011110 | 1010110 | 100101 |
Color Harmonies of #880DAF
Complementary color
Monochromatic Colors of #880DAF
Black with #880DAF
Text Example
Text Example
White with #880DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DAF; }
p { color: rgb(136,13,175); }
H1.HeaderClassName
{
color: #880DAF;
}
.AnyTagClassName
{
color: #880DAF;
}
</style>
background-color css
<style>
a { background-color: #880DAF; }
a { background-color: rgb(136,13,175); }
div.DivClassName
{
background-color: #880DAF;
}
.BgClassName
{
background-color: #880DAF;
}
</style>
border-color css
<style>
span { border-color: #880DAF; }
span { border-color: rgb(136,13,175); }
td.TdClassName
{
border-color: #880DAF;
}
.TagClassName
{
border-color: #880DAF;
}
</style>