Shades of Dark Purple #881879
Tints of Dark Purple #881879
RGB
CMYK
RGB Variations
Color information
#881879 (or 0x881879) is known color: Dark Purple. HEX triplet: 88, 18 and 79. RGB value is (136,24,121). Sum of RGB (Red+Green+Blue) = 136+24+121=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #881879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881879 is #77E786. Grayscale: #444444. Windows color (decimal): -7858055 or 7936136. OLE color: 7936136.
HSL color Cylindrical-coordinate representation of color #881879: hue angle of 308.04º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881879 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 121 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.47 |
| HSL | 308.04º | 0.7% | 0.31% | - |
| HSV(B) | 308.04º | 0.82% | 0.53% | - |
| XYZ | 13.93 | 7.27 | 18.76 | - |
| YUV | 68.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 121 | 0 | 0.82 | 0.11 | 0.47 | 308.04 | 0.7 | 0.31 |
| Hex | 88 | 18 | 79 | 0 | 52 | B | 2F | 134 | 46 | 1F |
| Octal | 210 | 30 | 171 | 0 | 122 | 13 | 57 | 464 | 106 | 37 |
| Binary | 10001000 | 11000 | 1111001 | 0 | 1010010 | 1011 | 101111 | 100110100 | 1000110 | 11111 |
Color Harmonies of #881879
Complementary color
Monochromatic Colors of #881879
Black with #881879
Text Example
Text Example
White with #881879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881879; }
p { color: rgb(136,24,121); }
H1.HeaderClassName
{
color: #881879;
}
.AnyTagClassName
{
color: #881879;
}
</style>
background-color css
<style>
a { background-color: #881879; }
a { background-color: rgb(136,24,121); }
div.DivClassName
{
background-color: #881879;
}
.BgClassName
{
background-color: #881879;
}
</style>
border-color css
<style>
span { border-color: #881879; }
span { border-color: rgb(136,24,121); }
td.TdClassName
{
border-color: #881879;
}
.TagClassName
{
border-color: #881879;
}
</style>