Shades of Dark Purple #881F8C
Tints of Dark Purple #881F8C
RGB
CMYK
RGB Variations
Color information
#881F8C (or 0x881F8C) is known color: Dark Purple. HEX triplet: 88, 1F and 8C. RGB value is (136,31,140). Sum of RGB (Red+Green+Blue) = 136+31+140=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #881F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881F8C is #77E073. Grayscale: #4A4A4A. Windows color (decimal): -7856244 or 9183112. OLE color: 9183112.
HSL color Cylindrical-coordinate representation of color #881F8C: hue angle of 297.8º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881F8C is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 31 | 140 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.45 |
| HSL | 297.8º | 0.64% | 0.34% | - |
| HSV(B) | 297.8º | 0.78% | 0.55% | - |
| XYZ | 15.38 | 8.11 | 25.57 | - |
| YUV | 74.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 140 | 0.03 | 0.78 | 0 | 0.45 | 297.8 | 0.64 | 0.34 |
| Hex | 88 | 1F | 8C | 3 | 4E | 0 | 2D | 12A | 40 | 22 |
| Octal | 210 | 37 | 214 | 3 | 116 | 0 | 55 | 452 | 100 | 42 |
| Binary | 10001000 | 11111 | 10001100 | 11 | 1001110 | 0 | 101101 | 100101010 | 1000000 | 100010 |
Color Harmonies of #881F8C
Complementary color
Monochromatic Colors of #881F8C
Black with #881F8C
Text Example
Text Example
White with #881F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F8C; }
p { color: rgb(136,31,140); }
H1.HeaderClassName
{
color: #881F8C;
}
.AnyTagClassName
{
color: #881F8C;
}
</style>
background-color css
<style>
a { background-color: #881F8C; }
a { background-color: rgb(136,31,140); }
div.DivClassName
{
background-color: #881F8C;
}
.BgClassName
{
background-color: #881F8C;
}
</style>
border-color css
<style>
span { border-color: #881F8C; }
span { border-color: rgb(136,31,140); }
td.TdClassName
{
border-color: #881F8C;
}
.TagClassName
{
border-color: #881F8C;
}
</style>