Shades of Purple #880E7D
Tints of Purple #880E7D
RGB
CMYK
RGB Variations
Color information
#880E7D (or 0x880E7D) is known color: Purple. HEX triplet: 88, 0E and 7D. RGB value is (136,14,125). Sum of RGB (Red+Green+Blue) = 136+14+125=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E7D is #77F182. Grayscale: #3E3E3E. Windows color (decimal): -7860611 or 8195720. OLE color: 8195720.
HSL color Cylindrical-coordinate representation of color #880E7D: hue angle of 305.41º 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 #880E7D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 125 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.47 |
| HSL | 305.41º | 0.81% | 0.29% | - |
| HSV(B) | 305.41º | 0.9% | 0.53% | - |
| XYZ | 14.01 | 7.03 | 20.02 | - |
| YUV | 63.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 125 | 0 | 0.90 | 0.08 | 0.47 | 305.41 | 0.81 | 0.29 |
| Hex | 88 | E | 7D | 0 | 5A | 8 | 2F | 131 | 51 | 1D |
| Octal | 210 | 16 | 175 | 0 | 132 | 10 | 57 | 461 | 121 | 35 |
| Binary | 10001000 | 1110 | 1111101 | 0 | 1011010 | 1000 | 101111 | 100110001 | 1010001 | 11101 |
Color Harmonies of #880E7D
Complementary color
Monochromatic Colors of #880E7D
Black with #880E7D
Text Example
Text Example
White with #880E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E7D; }
p { color: rgb(136,14,125); }
H1.HeaderClassName
{
color: #880E7D;
}
.AnyTagClassName
{
color: #880E7D;
}
</style>
background-color css
<style>
a { background-color: #880E7D; }
a { background-color: rgb(136,14,125); }
div.DivClassName
{
background-color: #880E7D;
}
.BgClassName
{
background-color: #880E7D;
}
</style>
border-color css
<style>
span { border-color: #880E7D; }
span { border-color: rgb(136,14,125); }
td.TdClassName
{
border-color: #880E7D;
}
.TagClassName
{
border-color: #880E7D;
}
</style>