Shades of Dark Purple #881E6A
Tints of Dark Purple #881E6A
RGB
CMYK
RGB Variations
Color information
#881E6A (or 0x881E6A) is known color: Dark Purple. HEX triplet: 88, 1E and 6A. RGB value is (136,30,106). Sum of RGB (Red+Green+Blue) = 136+30+106=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #881E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E6A is #77E195. Grayscale: #464646. Windows color (decimal): -7856534 or 6954632. OLE color: 6954632.
HSL color Cylindrical-coordinate representation of color #881E6A: hue angle of 316.98º 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 #881E6A is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 106 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.47 |
| HSL | 316.98º | 0.64% | 0.33% | - |
| HSV(B) | 316.98º | 0.78% | 0.53% | - |
| XYZ | 13.22 | 7.2 | 14.33 | - |
| YUV | 70.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 106 | 0 | 0.78 | 0.22 | 0.47 | 316.98 | 0.64 | 0.33 |
| Hex | 88 | 1E | 6A | 0 | 4E | 16 | 2F | 13D | 40 | 21 |
| Octal | 210 | 36 | 152 | 0 | 116 | 26 | 57 | 475 | 100 | 41 |
| Binary | 10001000 | 11110 | 1101010 | 0 | 1001110 | 10110 | 101111 | 100111101 | 1000000 | 100001 |
Color Harmonies of #881E6A
Complementary color
Monochromatic Colors of #881E6A
Black with #881E6A
Text Example
Text Example
White with #881E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E6A; }
p { color: rgb(136,30,106); }
H1.HeaderClassName
{
color: #881E6A;
}
.AnyTagClassName
{
color: #881E6A;
}
</style>
background-color css
<style>
a { background-color: #881E6A; }
a { background-color: rgb(136,30,106); }
div.DivClassName
{
background-color: #881E6A;
}
.BgClassName
{
background-color: #881E6A;
}
</style>
border-color css
<style>
span { border-color: #881E6A; }
span { border-color: rgb(136,30,106); }
td.TdClassName
{
border-color: #881E6A;
}
.TagClassName
{
border-color: #881E6A;
}
</style>