Shades of Dark Purple #880C6F
Tints of Dark Purple #880C6F
RGB
CMYK
RGB Variations
Color information
#880C6F (or 0x880C6F) is known color: Dark Purple. HEX triplet: 88, 0C and 6F. RGB value is (136,12,111). Sum of RGB (Red+Green+Blue) = 136+12+111=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C6F is #77F390. Grayscale: #3C3C3C. Windows color (decimal): -7861137 or 7277704. OLE color: 7277704.
HSL color Cylindrical-coordinate representation of color #880C6F: hue angle of 312.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C6F is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 111 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.47 |
| HSL | 312.1º | 0.84% | 0.29% | - |
| HSV(B) | 312.1º | 0.91% | 0.53% | - |
| XYZ | 13.15 | 6.64 | 15.63 | - |
| YUV | 60.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 111 | 0 | 0.91 | 0.18 | 0.47 | 312.1 | 0.84 | 0.29 |
| Hex | 88 | C | 6F | 0 | 5B | 12 | 2F | 138 | 54 | 1D |
| Octal | 210 | 14 | 157 | 0 | 133 | 22 | 57 | 470 | 124 | 35 |
| Binary | 10001000 | 1100 | 1101111 | 0 | 1011011 | 10010 | 101111 | 100111000 | 1010100 | 11101 |
Color Harmonies of #880C6F
Complementary color
Monochromatic Colors of #880C6F
Black with #880C6F
Text Example
Text Example
White with #880C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C6F; }
p { color: rgb(136,12,111); }
H1.HeaderClassName
{
color: #880C6F;
}
.AnyTagClassName
{
color: #880C6F;
}
</style>
background-color css
<style>
a { background-color: #880C6F; }
a { background-color: rgb(136,12,111); }
div.DivClassName
{
background-color: #880C6F;
}
.BgClassName
{
background-color: #880C6F;
}
</style>
border-color css
<style>
span { border-color: #880C6F; }
span { border-color: rgb(136,12,111); }
td.TdClassName
{
border-color: #880C6F;
}
.TagClassName
{
border-color: #880C6F;
}
</style>