Shades of Dark Purple #881A8C
Tints of Dark Purple #881A8C
RGB
CMYK
RGB Variations
Color information
#881A8C (or 0x881A8C) is known color: Dark Purple. HEX triplet: 88, 1A and 8C. RGB value is (136,26,140). Sum of RGB (Red+Green+Blue) = 136+26+140=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #881A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881A8C is #77E573. Grayscale: #474747. Windows color (decimal): -7857524 or 9181832. OLE color: 9181832.
HSL color Cylindrical-coordinate representation of color #881A8C: hue angle of 297.89º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A8C is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 26 | 140 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.45 |
| HSL | 297.89º | 0.69% | 0.33% | - |
| HSV(B) | 297.89º | 0.81% | 0.55% | - |
| XYZ | 15.26 | 7.87 | 25.53 | - |
| YUV | 71.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 140 | 0.03 | 0.81 | 0 | 0.45 | 297.89 | 0.69 | 0.33 |
| Hex | 88 | 1A | 8C | 3 | 51 | 0 | 2D | 12A | 45 | 21 |
| Octal | 210 | 32 | 214 | 3 | 121 | 0 | 55 | 452 | 105 | 41 |
| Binary | 10001000 | 11010 | 10001100 | 11 | 1010001 | 0 | 101101 | 100101010 | 1000101 | 100001 |
Color Harmonies of #881A8C
Complementary color
Monochromatic Colors of #881A8C
Black with #881A8C
Text Example
Text Example
White with #881A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A8C; }
p { color: rgb(136,26,140); }
H1.HeaderClassName
{
color: #881A8C;
}
.AnyTagClassName
{
color: #881A8C;
}
</style>
background-color css
<style>
a { background-color: #881A8C; }
a { background-color: rgb(136,26,140); }
div.DivClassName
{
background-color: #881A8C;
}
.BgClassName
{
background-color: #881A8C;
}
</style>
border-color css
<style>
span { border-color: #881A8C; }
span { border-color: rgb(136,26,140); }
td.TdClassName
{
border-color: #881A8C;
}
.TagClassName
{
border-color: #881A8C;
}
</style>