Shades of Purple #880F80
Tints of Purple #880F80
RGB
CMYK
RGB Variations
Color information
#880F80 (or 0x880F80) is known color: Purple. HEX triplet: 88, 0F and 80. RGB value is (136,15,128). Sum of RGB (Red+Green+Blue) = 136+15+128=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #880F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880F80 is #77F07F. Grayscale: #3F3F3F. Windows color (decimal): -7860352 or 8392584. OLE color: 8392584.
HSL color Cylindrical-coordinate representation of color #880F80: hue angle of 303.97º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F80 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 128 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.47 |
| HSL | 303.97º | 0.8% | 0.3% | - |
| HSV(B) | 303.97º | 0.89% | 0.53% | - |
| XYZ | 14.22 | 7.13 | 21.05 | - |
| YUV | 64.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 128 | 0 | 0.89 | 0.06 | 0.47 | 303.97 | 0.8 | 0.3 |
| Hex | 88 | F | 80 | 0 | 59 | 6 | 2F | 130 | 50 | 1E |
| Octal | 210 | 17 | 200 | 0 | 131 | 6 | 57 | 460 | 120 | 36 |
| Binary | 10001000 | 1111 | 10000000 | 0 | 1011001 | 110 | 101111 | 100110000 | 1010000 | 11110 |
Color Harmonies of #880F80
Complementary color
Monochromatic Colors of #880F80
Black with #880F80
Text Example
Text Example
White with #880F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F80; }
p { color: rgb(136,15,128); }
H1.HeaderClassName
{
color: #880F80;
}
.AnyTagClassName
{
color: #880F80;
}
</style>
background-color css
<style>
a { background-color: #880F80; }
a { background-color: rgb(136,15,128); }
div.DivClassName
{
background-color: #880F80;
}
.BgClassName
{
background-color: #880F80;
}
</style>
border-color css
<style>
span { border-color: #880F80; }
span { border-color: rgb(136,15,128); }
td.TdClassName
{
border-color: #880F80;
}
.TagClassName
{
border-color: #880F80;
}
</style>