Shades of Dark Purple #882180
Tints of Dark Purple #882180
RGB
CMYK
RGB Variations
Color information
#882180 (or 0x882180) is known color: Dark Purple. HEX triplet: 88, 21 and 80. RGB value is (136,33,128). Sum of RGB (Red+Green+Blue) = 136+33+128=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #882180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882180 is #77DE7F. Grayscale: #4A4A4A. Windows color (decimal): -7855744 or 8397192. OLE color: 8397192.
HSL color Cylindrical-coordinate representation of color #882180: hue angle of 304.66º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882180 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 128 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.47 |
| HSL | 304.66º | 0.61% | 0.33% | - |
| HSV(B) | 304.66º | 0.76% | 0.53% | - |
| XYZ | 14.59 | 7.88 | 21.17 | - |
| YUV | 74.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 128 | 0 | 0.76 | 0.06 | 0.47 | 304.66 | 0.61 | 0.33 |
| Hex | 88 | 21 | 80 | 0 | 4C | 6 | 2F | 131 | 3D | 21 |
| Octal | 210 | 41 | 200 | 0 | 114 | 6 | 57 | 461 | 75 | 41 |
| Binary | 10001000 | 100001 | 10000000 | 0 | 1001100 | 110 | 101111 | 100110001 | 111101 | 100001 |
Color Harmonies of #882180
Complementary color
Monochromatic Colors of #882180
Black with #882180
Text Example
Text Example
White with #882180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882180; }
p { color: rgb(136,33,128); }
H1.HeaderClassName
{
color: #882180;
}
.AnyTagClassName
{
color: #882180;
}
</style>
background-color css
<style>
a { background-color: #882180; }
a { background-color: rgb(136,33,128); }
div.DivClassName
{
background-color: #882180;
}
.BgClassName
{
background-color: #882180;
}
</style>
border-color css
<style>
span { border-color: #882180; }
span { border-color: rgb(136,33,128); }
td.TdClassName
{
border-color: #882180;
}
.TagClassName
{
border-color: #882180;
}
</style>