Shades of Dark Purple #881180
Tints of Dark Purple #881180
RGB
CMYK
RGB Variations
Color information
#881180 (or 0x881180) is known color: Dark Purple. HEX triplet: 88, 11 and 80. RGB value is (136,17,128). Sum of RGB (Red+Green+Blue) = 136+17+128=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #881180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881180 is #77EE7F. Grayscale: #404040. Windows color (decimal): -7859840 or 8393096. OLE color: 8393096.
HSL color Cylindrical-coordinate representation of color #881180: hue angle of 304.03º degrees, saturation: 0.78, 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 #881180 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 128 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.47 |
| HSL | 304.03º | 0.78% | 0.3% | - |
| HSV(B) | 304.03º | 0.88% | 0.53% | - |
| XYZ | 14.25 | 7.19 | 21.06 | - |
| YUV | 65.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 128 | 0 | 0.87 | 0.06 | 0.47 | 304.03 | 0.78 | 0.3 |
| Hex | 88 | 11 | 80 | 0 | 57 | 6 | 2F | 130 | 4E | 1E |
| Octal | 210 | 21 | 200 | 0 | 127 | 6 | 57 | 460 | 116 | 36 |
| Binary | 10001000 | 10001 | 10000000 | 0 | 1010111 | 110 | 101111 | 100110000 | 1001110 | 11110 |
Color Harmonies of #881180
Complementary color
Monochromatic Colors of #881180
Black with #881180
Text Example
Text Example
White with #881180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881180; }
p { color: rgb(136,17,128); }
H1.HeaderClassName
{
color: #881180;
}
.AnyTagClassName
{
color: #881180;
}
</style>
background-color css
<style>
a { background-color: #881180; }
a { background-color: rgb(136,17,128); }
div.DivClassName
{
background-color: #881180;
}
.BgClassName
{
background-color: #881180;
}
</style>
border-color css
<style>
span { border-color: #881180; }
span { border-color: rgb(136,17,128); }
td.TdClassName
{
border-color: #881180;
}
.TagClassName
{
border-color: #881180;
}
</style>