Shades of Dark Purple #881E79
Tints of Dark Purple #881E79
RGB
CMYK
RGB Variations
Color information
#881E79 (or 0x881E79) is known color: Dark Purple. HEX triplet: 88, 1E and 79. RGB value is (136,30,121). Sum of RGB (Red+Green+Blue) = 136+30+121=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #881E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E79 is #77E186. Grayscale: #474747. Windows color (decimal): -7856519 or 7937672. OLE color: 7937672.
HSL color Cylindrical-coordinate representation of color #881E79: hue angle of 308.49º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E79 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 121 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.47 |
| HSL | 308.49º | 0.64% | 0.33% | - |
| HSV(B) | 308.49º | 0.78% | 0.53% | - |
| XYZ | 14.07 | 7.54 | 18.8 | - |
| YUV | 72.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 121 | 0 | 0.78 | 0.11 | 0.47 | 308.49 | 0.64 | 0.33 |
| Hex | 88 | 1E | 79 | 0 | 4E | B | 2F | 134 | 40 | 21 |
| Octal | 210 | 36 | 171 | 0 | 116 | 13 | 57 | 464 | 100 | 41 |
| Binary | 10001000 | 11110 | 1111001 | 0 | 1001110 | 1011 | 101111 | 100110100 | 1000000 | 100001 |
Color Harmonies of #881E79
Complementary color
Monochromatic Colors of #881E79
Black with #881E79
Text Example
Text Example
White with #881E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E79; }
p { color: rgb(136,30,121); }
H1.HeaderClassName
{
color: #881E79;
}
.AnyTagClassName
{
color: #881E79;
}
</style>
background-color css
<style>
a { background-color: #881E79; }
a { background-color: rgb(136,30,121); }
div.DivClassName
{
background-color: #881E79;
}
.BgClassName
{
background-color: #881E79;
}
</style>
border-color css
<style>
span { border-color: #881E79; }
span { border-color: rgb(136,30,121); }
td.TdClassName
{
border-color: #881E79;
}
.TagClassName
{
border-color: #881E79;
}
</style>