Shades of Purple #880D7E
Tints of Purple #880D7E
RGB
CMYK
RGB Variations
Color information
#880D7E (or 0x880D7E) is known color: Purple. HEX triplet: 88, 0D and 7E. RGB value is (136,13,126). Sum of RGB (Red+Green+Blue) = 136+13+126=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D7E is #77F281. Grayscale: #3E3E3E. Windows color (decimal): -7860866 or 8261000. OLE color: 8261000.
HSL color Cylindrical-coordinate representation of color #880D7E: hue angle of 304.88º degrees, saturation: 0.83, 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 #880D7E is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 126 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.47 |
| HSL | 304.88º | 0.83% | 0.29% | - |
| HSV(B) | 304.88º | 0.9% | 0.53% | - |
| XYZ | 14.06 | 7.03 | 20.35 | - |
| YUV | 62.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 126 | 0 | 0.90 | 0.07 | 0.47 | 304.88 | 0.83 | 0.29 |
| Hex | 88 | D | 7E | 0 | 5A | 7 | 2F | 131 | 53 | 1D |
| Octal | 210 | 15 | 176 | 0 | 132 | 7 | 57 | 461 | 123 | 35 |
| Binary | 10001000 | 1101 | 1111110 | 0 | 1011010 | 111 | 101111 | 100110001 | 1010011 | 11101 |
Color Harmonies of #880D7E
Complementary color
Monochromatic Colors of #880D7E
Black with #880D7E
Text Example
Text Example
White with #880D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D7E; }
p { color: rgb(136,13,126); }
H1.HeaderClassName
{
color: #880D7E;
}
.AnyTagClassName
{
color: #880D7E;
}
</style>
background-color css
<style>
a { background-color: #880D7E; }
a { background-color: rgb(136,13,126); }
div.DivClassName
{
background-color: #880D7E;
}
.BgClassName
{
background-color: #880D7E;
}
</style>
border-color css
<style>
span { border-color: #880D7E; }
span { border-color: rgb(136,13,126); }
td.TdClassName
{
border-color: #880D7E;
}
.TagClassName
{
border-color: #880D7E;
}
</style>