Shades of Purple #880F82
Tints of Purple #880F82
RGB
CMYK
RGB Variations
Color information
#880F82 (or 0x880F82) is known color: Purple. HEX triplet: 88, 0F and 82. RGB value is (136,15,130). Sum of RGB (Red+Green+Blue) = 136+15+130=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #880F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880F82 is #77F07D. Grayscale: #3F3F3F. Windows color (decimal): -7860350 or 8523656. OLE color: 8523656.
HSL color Cylindrical-coordinate representation of color #880F82: hue angle of 302.98º 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 #880F82 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 130 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.47 |
| HSL | 302.98º | 0.8% | 0.3% | - |
| HSV(B) | 302.98º | 0.89% | 0.53% | - |
| XYZ | 14.35 | 7.19 | 21.75 | - |
| YUV | 64.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 130 | 0 | 0.89 | 0.04 | 0.47 | 302.98 | 0.8 | 0.3 |
| Hex | 88 | F | 82 | 0 | 59 | 4 | 2F | 12F | 50 | 1E |
| Octal | 210 | 17 | 202 | 0 | 131 | 4 | 57 | 457 | 120 | 36 |
| Binary | 10001000 | 1111 | 10000010 | 0 | 1011001 | 100 | 101111 | 100101111 | 1010000 | 11110 |
Color Harmonies of #880F82
Complementary color
Monochromatic Colors of #880F82
Black with #880F82
Text Example
Text Example
White with #880F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F82; }
p { color: rgb(136,15,130); }
H1.HeaderClassName
{
color: #880F82;
}
.AnyTagClassName
{
color: #880F82;
}
</style>
background-color css
<style>
a { background-color: #880F82; }
a { background-color: rgb(136,15,130); }
div.DivClassName
{
background-color: #880F82;
}
.BgClassName
{
background-color: #880F82;
}
</style>
border-color css
<style>
span { border-color: #880F82; }
span { border-color: rgb(136,15,130); }
td.TdClassName
{
border-color: #880F82;
}
.TagClassName
{
border-color: #880F82;
}
</style>