Shades of Dark Purple #880A6F
Tints of Dark Purple #880A6F
RGB
CMYK
RGB Variations
Color information
#880A6F (or 0x880A6F) is known color: Dark Purple. HEX triplet: 88, 0A and 6F. RGB value is (136,10,111). Sum of RGB (Red+Green+Blue) = 136+10+111=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A6F is #77F590. Grayscale: #3A3A3A. Windows color (decimal): -7861649 or 7277192. OLE color: 7277192.
HSL color Cylindrical-coordinate representation of color #880A6F: hue angle of 311.9º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A6F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 111 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.47 |
| HSL | 311.9º | 0.86% | 0.29% | - |
| HSV(B) | 311.9º | 0.93% | 0.53% | - |
| XYZ | 13.13 | 6.6 | 15.62 | - |
| YUV | 59.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 111 | 0 | 0.93 | 0.18 | 0.47 | 311.9 | 0.86 | 0.29 |
| Hex | 88 | A | 6F | 0 | 5D | 12 | 2F | 138 | 56 | 1D |
| Octal | 210 | 12 | 157 | 0 | 135 | 22 | 57 | 470 | 126 | 35 |
| Binary | 10001000 | 1010 | 1101111 | 0 | 1011101 | 10010 | 101111 | 100111000 | 1010110 | 11101 |
Color Harmonies of #880A6F
Complementary color
Monochromatic Colors of #880A6F
Black with #880A6F
Text Example
Text Example
White with #880A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A6F; }
p { color: rgb(136,10,111); }
H1.HeaderClassName
{
color: #880A6F;
}
.AnyTagClassName
{
color: #880A6F;
}
</style>
background-color css
<style>
a { background-color: #880A6F; }
a { background-color: rgb(136,10,111); }
div.DivClassName
{
background-color: #880A6F;
}
.BgClassName
{
background-color: #880A6F;
}
</style>
border-color css
<style>
span { border-color: #880A6F; }
span { border-color: rgb(136,10,111); }
td.TdClassName
{
border-color: #880A6F;
}
.TagClassName
{
border-color: #880A6F;
}
</style>