Shades of Dark Purple #880E6D
Tints of Dark Purple #880E6D
RGB
CMYK
RGB Variations
Color information
#880E6D (or 0x880E6D) is known color: Dark Purple. HEX triplet: 88, 0E and 6D. RGB value is (136,14,109). Sum of RGB (Red+Green+Blue) = 136+14+109=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E6D is #77F192. Grayscale: #3D3D3D. Windows color (decimal): -7860627 or 7147144. OLE color: 7147144.
HSL color Cylindrical-coordinate representation of color #880E6D: hue angle of 313.28º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E6D is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 109 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.47 |
| HSL | 313.28º | 0.81% | 0.29% | - |
| HSV(B) | 313.28º | 0.9% | 0.53% | - |
| XYZ | 13.07 | 6.65 | 15.06 | - |
| YUV | 61.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 109 | 0 | 0.90 | 0.20 | 0.47 | 313.28 | 0.81 | 0.29 |
| Hex | 88 | E | 6D | 0 | 5A | 14 | 2F | 139 | 51 | 1D |
| Octal | 210 | 16 | 155 | 0 | 132 | 24 | 57 | 471 | 121 | 35 |
| Binary | 10001000 | 1110 | 1101101 | 0 | 1011010 | 10100 | 101111 | 100111001 | 1010001 | 11101 |
Color Harmonies of #880E6D
Complementary color
Monochromatic Colors of #880E6D
Black with #880E6D
Text Example
Text Example
White with #880E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E6D; }
p { color: rgb(136,14,109); }
H1.HeaderClassName
{
color: #880E6D;
}
.AnyTagClassName
{
color: #880E6D;
}
</style>
background-color css
<style>
a { background-color: #880E6D; }
a { background-color: rgb(136,14,109); }
div.DivClassName
{
background-color: #880E6D;
}
.BgClassName
{
background-color: #880E6D;
}
</style>
border-color css
<style>
span { border-color: #880E6D; }
span { border-color: rgb(136,14,109); }
td.TdClassName
{
border-color: #880E6D;
}
.TagClassName
{
border-color: #880E6D;
}
</style>