Shades of Dark Purple #881D8C
Tints of Dark Purple #881D8C
RGB
CMYK
RGB Variations
Color information
#881D8C (or 0x881D8C) is known color: Dark Purple. HEX triplet: 88, 1D and 8C. RGB value is (136,29,140). Sum of RGB (Red+Green+Blue) = 136+29+140=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #881D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881D8C is #77E273. Grayscale: #494949. Windows color (decimal): -7856756 or 9182600. OLE color: 9182600.
HSL color Cylindrical-coordinate representation of color #881D8C: hue angle of 297.84º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D8C is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 29 | 140 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.45 |
| HSL | 297.84º | 0.66% | 0.33% | - |
| HSV(B) | 297.84º | 0.79% | 0.55% | - |
| XYZ | 15.33 | 8.01 | 25.55 | - |
| YUV | 73.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 140 | 0.03 | 0.79 | 0 | 0.45 | 297.84 | 0.66 | 0.33 |
| Hex | 88 | 1D | 8C | 3 | 4F | 0 | 2D | 12A | 42 | 21 |
| Octal | 210 | 35 | 214 | 3 | 117 | 0 | 55 | 452 | 102 | 41 |
| Binary | 10001000 | 11101 | 10001100 | 11 | 1001111 | 0 | 101101 | 100101010 | 1000010 | 100001 |
Color Harmonies of #881D8C
Complementary color
Monochromatic Colors of #881D8C
Black with #881D8C
Text Example
Text Example
White with #881D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D8C; }
p { color: rgb(136,29,140); }
H1.HeaderClassName
{
color: #881D8C;
}
.AnyTagClassName
{
color: #881D8C;
}
</style>
background-color css
<style>
a { background-color: #881D8C; }
a { background-color: rgb(136,29,140); }
div.DivClassName
{
background-color: #881D8C;
}
.BgClassName
{
background-color: #881D8C;
}
</style>
border-color css
<style>
span { border-color: #881D8C; }
span { border-color: rgb(136,29,140); }
td.TdClassName
{
border-color: #881D8C;
}
.TagClassName
{
border-color: #881D8C;
}
</style>