Shades of Dark Purple #881F89
Tints of Dark Purple #881F89
RGB
CMYK
RGB Variations
Color information
#881F89 (or 0x881F89) is known color: Dark Purple. HEX triplet: 88, 1F and 89. RGB value is (136,31,137). Sum of RGB (Red+Green+Blue) = 136+31+137=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #881F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881F89 is #77E076. Grayscale: #4A4A4A. Windows color (decimal): -7856247 or 8986504. OLE color: 8986504.
HSL color Cylindrical-coordinate representation of color #881F89: hue angle of 299.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F89 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 31 | 137 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.46 |
| HSL | 299.43º | 0.63% | 0.33% | - |
| HSV(B) | 299.43º | 0.77% | 0.54% | - |
| XYZ | 15.16 | 8.02 | 24.42 | - |
| YUV | 74.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 137 | 0.01 | 0.77 | 0 | 0.46 | 299.43 | 0.63 | 0.33 |
| Hex | 88 | 1F | 89 | 1 | 4D | 0 | 2E | 12B | 3F | 21 |
| Octal | 210 | 37 | 211 | 1 | 115 | 0 | 56 | 453 | 77 | 41 |
| Binary | 10001000 | 11111 | 10001001 | 1 | 1001101 | 0 | 101110 | 100101011 | 111111 | 100001 |
Color Harmonies of #881F89
Complementary color
Monochromatic Colors of #881F89
Black with #881F89
Text Example
Text Example
White with #881F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F89; }
p { color: rgb(136,31,137); }
H1.HeaderClassName
{
color: #881F89;
}
.AnyTagClassName
{
color: #881F89;
}
</style>
background-color css
<style>
a { background-color: #881F89; }
a { background-color: rgb(136,31,137); }
div.DivClassName
{
background-color: #881F89;
}
.BgClassName
{
background-color: #881F89;
}
</style>
border-color css
<style>
span { border-color: #881F89; }
span { border-color: rgb(136,31,137); }
td.TdClassName
{
border-color: #881F89;
}
.TagClassName
{
border-color: #881F89;
}
</style>