Shades of Purple #881081
Tints of Purple #881081
RGB
CMYK
RGB Variations
Color information
#881081 (or 0x881081) is known color: Purple. HEX triplet: 88, 10 and 81. RGB value is (136,16,129). Sum of RGB (Red+Green+Blue) = 136+16+129=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #881081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881081 is #77EF7E. Grayscale: #404040. Windows color (decimal): -7860095 or 8458376. OLE color: 8458376.
HSL color Cylindrical-coordinate representation of color #881081: hue angle of 303.5º 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 #881081 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 129 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.47 |
| HSL | 303.5º | 0.79% | 0.3% | - |
| HSV(B) | 303.5º | 0.88% | 0.53% | - |
| XYZ | 14.3 | 7.19 | 21.4 | - |
| YUV | 64.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 129 | 0 | 0.88 | 0.05 | 0.47 | 303.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 81 | 0 | 58 | 5 | 2F | 130 | 4F | 1E |
| Octal | 210 | 20 | 201 | 0 | 130 | 5 | 57 | 460 | 117 | 36 |
| Binary | 10001000 | 10000 | 10000001 | 0 | 1011000 | 101 | 101111 | 100110000 | 1001111 | 11110 |
Color Harmonies of #881081
Complementary color
Monochromatic Colors of #881081
Black with #881081
Text Example
Text Example
White with #881081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881081; }
p { color: rgb(136,16,129); }
H1.HeaderClassName
{
color: #881081;
}
.AnyTagClassName
{
color: #881081;
}
</style>
background-color css
<style>
a { background-color: #881081; }
a { background-color: rgb(136,16,129); }
div.DivClassName
{
background-color: #881081;
}
.BgClassName
{
background-color: #881081;
}
</style>
border-color css
<style>
span { border-color: #881081; }
span { border-color: rgb(136,16,129); }
td.TdClassName
{
border-color: #881081;
}
.TagClassName
{
border-color: #881081;
}
</style>