Shades of Dark Purple #881C8A
Tints of Dark Purple #881C8A
RGB
CMYK
RGB Variations
Color information
#881C8A (or 0x881C8A) is known color: Dark Purple. HEX triplet: 88, 1C and 8A. RGB value is (136,28,138). Sum of RGB (Red+Green+Blue) = 136+28+138=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #881C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881C8A is #77E375. Grayscale: #484848. Windows color (decimal): -7857014 or 9051272. OLE color: 9051272.
HSL color Cylindrical-coordinate representation of color #881C8A: hue angle of 298.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881C8A is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 28 | 138 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.46 |
| HSL | 298.91º | 0.66% | 0.33% | - |
| HSV(B) | 298.91º | 0.8% | 0.54% | - |
| XYZ | 15.16 | 7.9 | 24.77 | - |
| YUV | 72.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 138 | 0.01 | 0.80 | 0 | 0.46 | 298.91 | 0.66 | 0.33 |
| Hex | 88 | 1C | 8A | 1 | 50 | 0 | 2E | 12B | 42 | 21 |
| Octal | 210 | 34 | 212 | 1 | 120 | 0 | 56 | 453 | 102 | 41 |
| Binary | 10001000 | 11100 | 10001010 | 1 | 1010000 | 0 | 101110 | 100101011 | 1000010 | 100001 |
Color Harmonies of #881C8A
Complementary color
Monochromatic Colors of #881C8A
Black with #881C8A
Text Example
Text Example
White with #881C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C8A; }
p { color: rgb(136,28,138); }
H1.HeaderClassName
{
color: #881C8A;
}
.AnyTagClassName
{
color: #881C8A;
}
</style>
background-color css
<style>
a { background-color: #881C8A; }
a { background-color: rgb(136,28,138); }
div.DivClassName
{
background-color: #881C8A;
}
.BgClassName
{
background-color: #881C8A;
}
</style>
border-color css
<style>
span { border-color: #881C8A; }
span { border-color: rgb(136,28,138); }
td.TdClassName
{
border-color: #881C8A;
}
.TagClassName
{
border-color: #881C8A;
}
</style>