Shades of Dark Purple #882480
Tints of Dark Purple #882480
RGB
CMYK
RGB Variations
Color information
#882480 (or 0x882480) is known color: Dark Purple. HEX triplet: 88, 24 and 80. RGB value is (136,36,128). Sum of RGB (Red+Green+Blue) = 136+36+128=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #882480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882480 is #77DB7F. Grayscale: #4C4C4C. Windows color (decimal): -7854976 or 8397960. OLE color: 8397960.
HSL color Cylindrical-coordinate representation of color #882480: hue angle of 304.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882480 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 128 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.47 |
| HSL | 304.8º | 0.58% | 0.34% | - |
| HSV(B) | 304.8º | 0.74% | 0.53% | - |
| XYZ | 14.68 | 8.05 | 21.2 | - |
| YUV | 76.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 128 | 0 | 0.74 | 0.06 | 0.47 | 304.8 | 0.58 | 0.34 |
| Hex | 88 | 24 | 80 | 0 | 4A | 6 | 2F | 131 | 3A | 22 |
| Octal | 210 | 44 | 200 | 0 | 112 | 6 | 57 | 461 | 72 | 42 |
| Binary | 10001000 | 100100 | 10000000 | 0 | 1001010 | 110 | 101111 | 100110001 | 111010 | 100010 |
Color Harmonies of #882480
Complementary color
Monochromatic Colors of #882480
Black with #882480
Text Example
Text Example
White with #882480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882480; }
p { color: rgb(136,36,128); }
H1.HeaderClassName
{
color: #882480;
}
.AnyTagClassName
{
color: #882480;
}
</style>
background-color css
<style>
a { background-color: #882480; }
a { background-color: rgb(136,36,128); }
div.DivClassName
{
background-color: #882480;
}
.BgClassName
{
background-color: #882480;
}
</style>
border-color css
<style>
span { border-color: #882480; }
span { border-color: rgb(136,36,128); }
td.TdClassName
{
border-color: #882480;
}
.TagClassName
{
border-color: #882480;
}
</style>