Shades of Purple #880A81
Tints of Purple #880A81
RGB
CMYK
RGB Variations
Color information
#880A81 (or 0x880A81) is known color: Purple. HEX triplet: 88, 0A and 81. RGB value is (136,10,129). Sum of RGB (Red+Green+Blue) = 136+10+129=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A81 is #77F57E. Grayscale: #3C3C3C. Windows color (decimal): -7861631 or 8456840. OLE color: 8456840.
HSL color Cylindrical-coordinate representation of color #880A81: hue angle of 303.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A81 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 129 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.47 |
| HSL | 303.33º | 0.86% | 0.29% | - |
| HSV(B) | 303.33º | 0.93% | 0.53% | - |
| XYZ | 14.22 | 7.04 | 21.38 | - |
| YUV | 61.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 129 | 0 | 0.93 | 0.05 | 0.47 | 303.33 | 0.86 | 0.29 |
| Hex | 88 | A | 81 | 0 | 5D | 5 | 2F | 12F | 56 | 1D |
| Octal | 210 | 12 | 201 | 0 | 135 | 5 | 57 | 457 | 126 | 35 |
| Binary | 10001000 | 1010 | 10000001 | 0 | 1011101 | 101 | 101111 | 100101111 | 1010110 | 11101 |
Color Harmonies of #880A81
Complementary color
Monochromatic Colors of #880A81
Black with #880A81
Text Example
Text Example
White with #880A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A81; }
p { color: rgb(136,10,129); }
H1.HeaderClassName
{
color: #880A81;
}
.AnyTagClassName
{
color: #880A81;
}
</style>
background-color css
<style>
a { background-color: #880A81; }
a { background-color: rgb(136,10,129); }
div.DivClassName
{
background-color: #880A81;
}
.BgClassName
{
background-color: #880A81;
}
</style>
border-color css
<style>
span { border-color: #880A81; }
span { border-color: rgb(136,10,129); }
td.TdClassName
{
border-color: #880A81;
}
.TagClassName
{
border-color: #880A81;
}
</style>