Shades of Purple #880D80
Tints of Purple #880D80
RGB
CMYK
RGB Variations
Color information
#880D80 (or 0x880D80) is known color: Purple. HEX triplet: 88, 0D and 80. RGB value is (136,13,128). Sum of RGB (Red+Green+Blue) = 136+13+128=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #880D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D80 is #77F27F. Grayscale: #3E3E3E. Windows color (decimal): -7860864 or 8392072. OLE color: 8392072.
HSL color Cylindrical-coordinate representation of color #880D80: hue angle of 303.9º 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 #880D80 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 128 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.47 |
| HSL | 303.9º | 0.83% | 0.29% | - |
| HSV(B) | 303.9º | 0.9% | 0.53% | - |
| XYZ | 14.19 | 7.08 | 21.04 | - |
| YUV | 62.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 128 | 0 | 0.90 | 0.06 | 0.47 | 303.9 | 0.83 | 0.29 |
| Hex | 88 | D | 80 | 0 | 5A | 6 | 2F | 130 | 53 | 1D |
| Octal | 210 | 15 | 200 | 0 | 132 | 6 | 57 | 460 | 123 | 35 |
| Binary | 10001000 | 1101 | 10000000 | 0 | 1011010 | 110 | 101111 | 100110000 | 1010011 | 11101 |
Color Harmonies of #880D80
Complementary color
Monochromatic Colors of #880D80
Black with #880D80
Text Example
Text Example
White with #880D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D80; }
p { color: rgb(136,13,128); }
H1.HeaderClassName
{
color: #880D80;
}
.AnyTagClassName
{
color: #880D80;
}
</style>
background-color css
<style>
a { background-color: #880D80; }
a { background-color: rgb(136,13,128); }
div.DivClassName
{
background-color: #880D80;
}
.BgClassName
{
background-color: #880D80;
}
</style>
border-color css
<style>
span { border-color: #880D80; }
span { border-color: rgb(136,13,128); }
td.TdClassName
{
border-color: #880D80;
}
.TagClassName
{
border-color: #880D80;
}
</style>