Shades of Purple #880181
Tints of Purple #880181
RGB
CMYK
RGB Variations
Color information
#880181 (or 0x880181) is known color: Purple. HEX triplet: 88, 01 and 81. RGB value is (136,1,129). Sum of RGB (Red+Green+Blue) = 136+1+129=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #880181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880181 is #77FE7E. Grayscale: #373737. Windows color (decimal): -7863935 or 8454536. OLE color: 8454536.
HSL color Cylindrical-coordinate representation of color #880181: hue angle of 303.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880181 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.47 |
| HSL | 303.11º | 0.99% | 0.27% | - |
| HSV(B) | 303.11º | 0.99% | 0.53% | - |
| XYZ | 14.13 | 6.84 | 21.34 | - |
| YUV | 55.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 129 | 0 | 0.99 | 0.05 | 0.47 | 303.11 | 0.99 | 0.27 |
| Hex | 88 | 1 | 81 | 0 | 63 | 5 | 2F | 12F | 63 | 1B |
| Octal | 210 | 1 | 201 | 0 | 143 | 5 | 57 | 457 | 143 | 33 |
| Binary | 10001000 | 1 | 10000001 | 0 | 1100011 | 101 | 101111 | 100101111 | 1100011 | 11011 |
Color Harmonies of #880181
Complementary color
Monochromatic Colors of #880181
Black with #880181
Text Example
Text Example
White with #880181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880181; }
p { color: rgb(136,1,129); }
H1.HeaderClassName
{
color: #880181;
}
.AnyTagClassName
{
color: #880181;
}
</style>
background-color css
<style>
a { background-color: #880181; }
a { background-color: rgb(136,1,129); }
div.DivClassName
{
background-color: #880181;
}
.BgClassName
{
background-color: #880181;
}
</style>
border-color css
<style>
span { border-color: #880181; }
span { border-color: rgb(136,1,129); }
td.TdClassName
{
border-color: #880181;
}
.TagClassName
{
border-color: #880181;
}
</style>