Shades of Purple #881082
Tints of Purple #881082
RGB
CMYK
RGB Variations
Color information
#881082 (or 0x881082) is known color: Purple. HEX triplet: 88, 10 and 82. RGB value is (136,16,130). Sum of RGB (Red+Green+Blue) = 136+16+130=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #881082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881082 is #77EF7D. Grayscale: #404040. Windows color (decimal): -7860094 or 8523912. OLE color: 8523912.
HSL color Cylindrical-coordinate representation of color #881082: hue angle of 303º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881082 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 130 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.47 |
| HSL | 303º | 0.79% | 0.3% | - |
| HSV(B) | 303º | 0.88% | 0.53% | - |
| XYZ | 14.37 | 7.22 | 21.75 | - |
| YUV | 64.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 130 | 0 | 0.88 | 0.04 | 0.47 | 303 | 0.79 | 0.3 |
| Hex | 88 | 10 | 82 | 0 | 58 | 4 | 2F | 12F | 4F | 1E |
| Octal | 210 | 20 | 202 | 0 | 130 | 4 | 57 | 457 | 117 | 36 |
| Binary | 10001000 | 10000 | 10000010 | 0 | 1011000 | 100 | 101111 | 100101111 | 1001111 | 11110 |
Color Harmonies of #881082
Complementary color
Monochromatic Colors of #881082
Black with #881082
Text Example
Text Example
White with #881082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881082; }
p { color: rgb(136,16,130); }
H1.HeaderClassName
{
color: #881082;
}
.AnyTagClassName
{
color: #881082;
}
</style>
background-color css
<style>
a { background-color: #881082; }
a { background-color: rgb(136,16,130); }
div.DivClassName
{
background-color: #881082;
}
.BgClassName
{
background-color: #881082;
}
</style>
border-color css
<style>
span { border-color: #881082; }
span { border-color: rgb(136,16,130); }
td.TdClassName
{
border-color: #881082;
}
.TagClassName
{
border-color: #881082;
}
</style>