Shades of Purple #880A7F
Tints of Purple #880A7F
RGB
CMYK
RGB Variations
Color information
#880A7F (or 0x880A7F) is known color: Purple. HEX triplet: 88, 0A and 7F. RGB value is (136,10,127). Sum of RGB (Red+Green+Blue) = 136+10+127=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A7F is #77F580. Grayscale: #3C3C3C. Windows color (decimal): -7861633 or 8325768. OLE color: 8325768.
HSL color Cylindrical-coordinate representation of color #880A7F: hue angle of 304.29º 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 #880A7F is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 127 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.47 |
| HSL | 304.29º | 0.86% | 0.29% | - |
| HSV(B) | 304.29º | 0.93% | 0.53% | - |
| XYZ | 14.09 | 6.98 | 20.68 | - |
| YUV | 61.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 127 | 0 | 0.93 | 0.07 | 0.47 | 304.29 | 0.86 | 0.29 |
| Hex | 88 | A | 7F | 0 | 5D | 7 | 2F | 130 | 56 | 1D |
| Octal | 210 | 12 | 177 | 0 | 135 | 7 | 57 | 460 | 126 | 35 |
| Binary | 10001000 | 1010 | 1111111 | 0 | 1011101 | 111 | 101111 | 100110000 | 1010110 | 11101 |
Color Harmonies of #880A7F
Complementary color
Monochromatic Colors of #880A7F
Black with #880A7F
Text Example
Text Example
White with #880A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A7F; }
p { color: rgb(136,10,127); }
H1.HeaderClassName
{
color: #880A7F;
}
.AnyTagClassName
{
color: #880A7F;
}
</style>
background-color css
<style>
a { background-color: #880A7F; }
a { background-color: rgb(136,10,127); }
div.DivClassName
{
background-color: #880A7F;
}
.BgClassName
{
background-color: #880A7F;
}
</style>
border-color css
<style>
span { border-color: #880A7F; }
span { border-color: rgb(136,10,127); }
td.TdClassName
{
border-color: #880A7F;
}
.TagClassName
{
border-color: #880A7F;
}
</style>