Shades of Dark Purple #881D8D
Tints of Dark Purple #881D8D
RGB
CMYK
RGB Variations
Color information
#881D8D (or 0x881D8D) is known color: Dark Purple. HEX triplet: 88, 1D and 8D. RGB value is (136,29,141). Sum of RGB (Red+Green+Blue) = 136+29+141=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #881D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881D8D is #77E272. Grayscale: #494949. Windows color (decimal): -7856755 or 9248136. OLE color: 9248136.
HSL color Cylindrical-coordinate representation of color #881D8D: hue angle of 297.32º 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 #881D8D is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 29 | 141 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.45 |
| HSL | 297.32º | 0.66% | 0.33% | - |
| HSV(B) | 297.32º | 0.79% | 0.55% | - |
| XYZ | 15.4 | 8.04 | 25.94 | - |
| YUV | 73.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 141 | 0.04 | 0.79 | 0 | 0.45 | 297.32 | 0.66 | 0.33 |
| Hex | 88 | 1D | 8D | 4 | 4F | 0 | 2D | 129 | 42 | 21 |
| Octal | 210 | 35 | 215 | 4 | 117 | 0 | 55 | 451 | 102 | 41 |
| Binary | 10001000 | 11101 | 10001101 | 100 | 1001111 | 0 | 101101 | 100101001 | 1000010 | 100001 |
Color Harmonies of #881D8D
Complementary color
Monochromatic Colors of #881D8D
Black with #881D8D
Text Example
Text Example
White with #881D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D8D; }
p { color: rgb(136,29,141); }
H1.HeaderClassName
{
color: #881D8D;
}
.AnyTagClassName
{
color: #881D8D;
}
</style>
background-color css
<style>
a { background-color: #881D8D; }
a { background-color: rgb(136,29,141); }
div.DivClassName
{
background-color: #881D8D;
}
.BgClassName
{
background-color: #881D8D;
}
</style>
border-color css
<style>
span { border-color: #881D8D; }
span { border-color: rgb(136,29,141); }
td.TdClassName
{
border-color: #881D8D;
}
.TagClassName
{
border-color: #881D8D;
}
</style>