Shades of Dark Purple #882888
Tints of Dark Purple #882888
RGB
CMYK
RGB Variations
Color information
#882888 (or 0x882888) is known color: Dark Purple. HEX triplet: 88, 28 and 88. RGB value is (136,40,136). Sum of RGB (Red+Green+Blue) = 136+40+136=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882888 is #77D777. Grayscale: #4F4F4F. Windows color (decimal): -7853944 or 8923272. OLE color: 8923272.
HSL color Cylindrical-coordinate representation of color #882888: hue angle of 300º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882888 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 136 | - |
| CMYK | 0 | 0.71 | 0 | 0.47 |
| HSL | 300º | 0.55% | 0.35% | - |
| HSV(B) | 300º | 0.71% | 0.53% | - |
| XYZ | 15.36 | 8.53 | 24.13 | - |
| YUV | 79.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 136 | 0 | 0.71 | 0 | 0.47 | 300 | 0.55 | 0.35 |
| Hex | 88 | 28 | 88 | 0 | 47 | 0 | 2F | 12C | 37 | 23 |
| Octal | 210 | 50 | 210 | 0 | 107 | 0 | 57 | 454 | 67 | 43 |
| Binary | 10001000 | 101000 | 10001000 | 0 | 1000111 | 0 | 101111 | 100101100 | 110111 | 100011 |
Color Harmonies of #882888
Complementary color
Monochromatic Colors of #882888
Black with #882888
Text Example
Text Example
White with #882888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882888; }
p { color: rgb(136,40,136); }
H1.HeaderClassName
{
color: #882888;
}
.AnyTagClassName
{
color: #882888;
}
</style>
background-color css
<style>
a { background-color: #882888; }
a { background-color: rgb(136,40,136); }
div.DivClassName
{
background-color: #882888;
}
.BgClassName
{
background-color: #882888;
}
</style>
border-color css
<style>
span { border-color: #882888; }
span { border-color: rgb(136,40,136); }
td.TdClassName
{
border-color: #882888;
}
.TagClassName
{
border-color: #882888;
}
</style>