Shades of Dark Purple #882564
Tints of Dark Purple #882564
RGB
CMYK
RGB Variations
Color information
#882564 (or 0x882564) is known color: Dark Purple. HEX triplet: 88, 25 and 64. RGB value is (136,37,100). Sum of RGB (Red+Green+Blue) = 136+37+100=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #882564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882564 is #77DA9B. Grayscale: #494949. Windows color (decimal): -7854748 or 6563208. OLE color: 6563208.
HSL color Cylindrical-coordinate representation of color #882564: hue angle of 321.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882564 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 100 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.47 |
| HSL | 321.82º | 0.57% | 0.34% | - |
| HSV(B) | 321.82º | 0.73% | 0.53% | - |
| XYZ | 13.12 | 7.48 | 12.81 | - |
| YUV | 73.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 100 | 0 | 0.73 | 0.26 | 0.47 | 321.82 | 0.57 | 0.34 |
| Hex | 88 | 25 | 64 | 0 | 49 | 1A | 2F | 142 | 39 | 22 |
| Octal | 210 | 45 | 144 | 0 | 111 | 32 | 57 | 502 | 71 | 42 |
| Binary | 10001000 | 100101 | 1100100 | 0 | 1001001 | 11010 | 101111 | 101000010 | 111001 | 100010 |
Color Harmonies of #882564
Complementary color
Monochromatic Colors of #882564
Black with #882564
Text Example
Text Example
White with #882564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882564; }
p { color: rgb(136,37,100); }
H1.HeaderClassName
{
color: #882564;
}
.AnyTagClassName
{
color: #882564;
}
</style>
background-color css
<style>
a { background-color: #882564; }
a { background-color: rgb(136,37,100); }
div.DivClassName
{
background-color: #882564;
}
.BgClassName
{
background-color: #882564;
}
</style>
border-color css
<style>
span { border-color: #882564; }
span { border-color: rgb(136,37,100); }
td.TdClassName
{
border-color: #882564;
}
.TagClassName
{
border-color: #882564;
}
</style>