Shades of Dark Purple #881784
Tints of Dark Purple #881784
RGB
CMYK
RGB Variations
Color information
#881784 (or 0x881784) is known color: Dark Purple. HEX triplet: 88, 17 and 84. RGB value is (136,23,132). Sum of RGB (Red+Green+Blue) = 136+23+132=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #881784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881784 is #77E87B. Grayscale: #444444. Windows color (decimal): -7858300 or 8656776. OLE color: 8656776.
HSL color Cylindrical-coordinate representation of color #881784: hue angle of 302.12º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881784 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 132 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.47 |
| HSL | 302.12º | 0.71% | 0.31% | - |
| HSV(B) | 302.12º | 0.83% | 0.53% | - |
| XYZ | 14.62 | 7.51 | 22.51 | - |
| YUV | 69.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 132 | 0 | 0.83 | 0.03 | 0.47 | 302.12 | 0.71 | 0.31 |
| Hex | 88 | 17 | 84 | 0 | 53 | 3 | 2F | 12E | 47 | 1F |
| Octal | 210 | 27 | 204 | 0 | 123 | 3 | 57 | 456 | 107 | 37 |
| Binary | 10001000 | 10111 | 10000100 | 0 | 1010011 | 11 | 101111 | 100101110 | 1000111 | 11111 |
Color Harmonies of #881784
Complementary color
Monochromatic Colors of #881784
Black with #881784
Text Example
Text Example
White with #881784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881784; }
p { color: rgb(136,23,132); }
H1.HeaderClassName
{
color: #881784;
}
.AnyTagClassName
{
color: #881784;
}
</style>
background-color css
<style>
a { background-color: #881784; }
a { background-color: rgb(136,23,132); }
div.DivClassName
{
background-color: #881784;
}
.BgClassName
{
background-color: #881784;
}
</style>
border-color css
<style>
span { border-color: #881784; }
span { border-color: rgb(136,23,132); }
td.TdClassName
{
border-color: #881784;
}
.TagClassName
{
border-color: #881784;
}
</style>