Shades of Purple #880D82
Tints of Purple #880D82
RGB
CMYK
RGB Variations
Color information
#880D82 (or 0x880D82) is known color: Purple. HEX triplet: 88, 0D and 82. RGB value is (136,13,130). Sum of RGB (Red+Green+Blue) = 136+13+130=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #880D82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D82 is #77F27D. Grayscale: #3E3E3E. Windows color (decimal): -7860862 or 8523144. OLE color: 8523144.
HSL color Cylindrical-coordinate representation of color #880D82: hue angle of 302.93º 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 #880D82 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 130 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.47 |
| HSL | 302.93º | 0.83% | 0.29% | - |
| HSV(B) | 302.93º | 0.9% | 0.53% | - |
| XYZ | 14.33 | 7.13 | 21.74 | - |
| YUV | 63.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 130 | 0 | 0.90 | 0.04 | 0.47 | 302.93 | 0.83 | 0.29 |
| Hex | 88 | D | 82 | 0 | 5A | 4 | 2F | 12F | 53 | 1D |
| Octal | 210 | 15 | 202 | 0 | 132 | 4 | 57 | 457 | 123 | 35 |
| Binary | 10001000 | 1101 | 10000010 | 0 | 1011010 | 100 | 101111 | 100101111 | 1010011 | 11101 |
Color Harmonies of #880D82
Complementary color
Monochromatic Colors of #880D82
Black with #880D82
Text Example
Text Example
White with #880D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D82; }
p { color: rgb(136,13,130); }
H1.HeaderClassName
{
color: #880D82;
}
.AnyTagClassName
{
color: #880D82;
}
</style>
background-color css
<style>
a { background-color: #880D82; }
a { background-color: rgb(136,13,130); }
div.DivClassName
{
background-color: #880D82;
}
.BgClassName
{
background-color: #880D82;
}
</style>
border-color css
<style>
span { border-color: #880D82; }
span { border-color: rgb(136,13,130); }
td.TdClassName
{
border-color: #880D82;
}
.TagClassName
{
border-color: #880D82;
}
</style>