Shades of Dark Purple #871E89
Tints of Dark Purple #871E89
RGB
CMYK
RGB Variations
Color information
#871E89 (or 0x871E89) is known color: Dark Purple. HEX triplet: 87, 1E and 89. RGB value is (135,30,137). Sum of RGB (Red+Green+Blue) = 135+30+137=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #871E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E89 is #78E176. Grayscale: #494949. Windows color (decimal): -7922039 or 8986247. OLE color: 8986247.
HSL color Cylindrical-coordinate representation of color #871E89: hue angle of 298.88º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E89 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 30 | 137 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.46 |
| HSL | 298.88º | 0.64% | 0.33% | - |
| HSV(B) | 298.88º | 0.78% | 0.54% | - |
| XYZ | 14.97 | 7.89 | 24.4 | - |
| YUV | 73.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 137 | 0.01 | 0.78 | 0 | 0.46 | 298.88 | 0.64 | 0.33 |
| Hex | 87 | 1E | 89 | 1 | 4E | 0 | 2E | 12B | 40 | 21 |
| Octal | 207 | 36 | 211 | 1 | 116 | 0 | 56 | 453 | 100 | 41 |
| Binary | 10000111 | 11110 | 10001001 | 1 | 1001110 | 0 | 101110 | 100101011 | 1000000 | 100001 |
Color Harmonies of #871E89
Complementary color
Monochromatic Colors of #871E89
Black with #871E89
Text Example
Text Example
White with #871E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871E89; }
p { color: rgb(135,30,137); }
H1.HeaderClassName
{
color: #871E89;
}
.AnyTagClassName
{
color: #871E89;
}
</style>
background-color css
<style>
a { background-color: #871E89; }
a { background-color: rgb(135,30,137); }
div.DivClassName
{
background-color: #871E89;
}
.BgClassName
{
background-color: #871E89;
}
</style>
border-color css
<style>
span { border-color: #871E89; }
span { border-color: rgb(135,30,137); }
td.TdClassName
{
border-color: #871E89;
}
.TagClassName
{
border-color: #871E89;
}
</style>