Shades of Dark Purple #871E8B
Tints of Dark Purple #871E8B
RGB
CMYK
RGB Variations
Color information
#871E8B (or 0x871E8B) is known color: Dark Purple. HEX triplet: 87, 1E and 8B. RGB value is (135,30,139). Sum of RGB (Red+Green+Blue) = 135+30+139=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #871E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E8B is #78E174. Grayscale: #494949. Windows color (decimal): -7922037 or 9117319. OLE color: 9117319.
HSL color Cylindrical-coordinate representation of color #871E8B: hue angle of 297.8º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E8B is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 30 | 139 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.45 |
| HSL | 297.8º | 0.64% | 0.33% | - |
| HSV(B) | 297.8º | 0.78% | 0.55% | - |
| XYZ | 15.12 | 7.94 | 25.16 | - |
| YUV | 73.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 139 | 0.03 | 0.78 | 0 | 0.45 | 297.8 | 0.64 | 0.33 |
| Hex | 87 | 1E | 8B | 3 | 4E | 0 | 2D | 12A | 40 | 21 |
| Octal | 207 | 36 | 213 | 3 | 116 | 0 | 55 | 452 | 100 | 41 |
| Binary | 10000111 | 11110 | 10001011 | 11 | 1001110 | 0 | 101101 | 100101010 | 1000000 | 100001 |
Color Harmonies of #871E8B
Complementary color
Monochromatic Colors of #871E8B
Black with #871E8B
Text Example
Text Example
White with #871E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871E8B; }
p { color: rgb(135,30,139); }
H1.HeaderClassName
{
color: #871E8B;
}
.AnyTagClassName
{
color: #871E8B;
}
</style>
background-color css
<style>
a { background-color: #871E8B; }
a { background-color: rgb(135,30,139); }
div.DivClassName
{
background-color: #871E8B;
}
.BgClassName
{
background-color: #871E8B;
}
</style>
border-color css
<style>
span { border-color: #871E8B; }
span { border-color: rgb(135,30,139); }
td.TdClassName
{
border-color: #871E8B;
}
.TagClassName
{
border-color: #871E8B;
}
</style>