Shades of Dark Purple #882E7A
Tints of Dark Purple #882E7A
RGB
CMYK
RGB Variations
Color information
#882E7A (or 0x882E7A) is known color: Dark Purple. HEX triplet: 88, 2E and 7A. RGB value is (136,46,122). Sum of RGB (Red+Green+Blue) = 136+46+122=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E7A is #77D185. Grayscale: #515151. Windows color (decimal): -7852422 or 8007304. OLE color: 8007304.
HSL color Cylindrical-coordinate representation of color #882E7A: hue angle of 309.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E7A is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 122 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.47 |
| HSL | 309.33º | 0.49% | 0.36% | - |
| HSV(B) | 309.33º | 0.66% | 0.53% | - |
| XYZ | 14.64 | 8.59 | 19.3 | - |
| YUV | 81.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 122 | 0 | 0.66 | 0.10 | 0.47 | 309.33 | 0.49 | 0.36 |
| Hex | 88 | 2E | 7A | 0 | 42 | A | 2F | 135 | 31 | 24 |
| Octal | 210 | 56 | 172 | 0 | 102 | 12 | 57 | 465 | 61 | 44 |
| Binary | 10001000 | 101110 | 1111010 | 0 | 1000010 | 1010 | 101111 | 100110101 | 110001 | 100100 |
Color Harmonies of #882E7A
Complementary color
Monochromatic Colors of #882E7A
Black with #882E7A
Text Example
Text Example
White with #882E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E7A; }
p { color: rgb(136,46,122); }
H1.HeaderClassName
{
color: #882E7A;
}
.AnyTagClassName
{
color: #882E7A;
}
</style>
background-color css
<style>
a { background-color: #882E7A; }
a { background-color: rgb(136,46,122); }
div.DivClassName
{
background-color: #882E7A;
}
.BgClassName
{
background-color: #882E7A;
}
</style>
border-color css
<style>
span { border-color: #882E7A; }
span { border-color: rgb(136,46,122); }
td.TdClassName
{
border-color: #882E7A;
}
.TagClassName
{
border-color: #882E7A;
}
</style>