Shades of Purple #880180
Tints of Purple #880180
RGB
CMYK
RGB Variations
Color information
#880180 (or 0x880180) is known color: Purple. HEX triplet: 88, 01 and 80. RGB value is (136,1,128). Sum of RGB (Red+Green+Blue) = 136+1+128=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #880180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880180 is #77FE7F. Grayscale: #373737. Windows color (decimal): -7863936 or 8389000. OLE color: 8389000.
HSL color Cylindrical-coordinate representation of color #880180: hue angle of 303.56º 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 #880180 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.47 |
| HSL | 303.56º | 0.99% | 0.27% | - |
| HSV(B) | 303.56º | 0.99% | 0.53% | - |
| XYZ | 14.06 | 6.81 | 21 | - |
| YUV | 55.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 128 | 0 | 0.99 | 0.06 | 0.47 | 303.56 | 0.99 | 0.27 |
| Hex | 88 | 1 | 80 | 0 | 63 | 6 | 2F | 130 | 63 | 1B |
| Octal | 210 | 1 | 200 | 0 | 143 | 6 | 57 | 460 | 143 | 33 |
| Binary | 10001000 | 1 | 10000000 | 0 | 1100011 | 110 | 101111 | 100110000 | 1100011 | 11011 |
Color Harmonies of #880180
Complementary color
Monochromatic Colors of #880180
Black with #880180
Text Example
Text Example
White with #880180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880180; }
p { color: rgb(136,1,128); }
H1.HeaderClassName
{
color: #880180;
}
.AnyTagClassName
{
color: #880180;
}
</style>
background-color css
<style>
a { background-color: #880180; }
a { background-color: rgb(136,1,128); }
div.DivClassName
{
background-color: #880180;
}
.BgClassName
{
background-color: #880180;
}
</style>
border-color css
<style>
span { border-color: #880180; }
span { border-color: rgb(136,1,128); }
td.TdClassName
{
border-color: #880180;
}
.TagClassName
{
border-color: #880180;
}
</style>