Shades of Dark Purple #8E1B87
Tints of Dark Purple #8E1B87
RGB
CMYK
RGB Variations
Color information
#8E1B87 (or 0x8E1B87) is known color: Dark Purple. HEX triplet: 8E, 1B and 87. RGB value is (142,27,135). Sum of RGB (Red+Green+Blue) = 142+27+135=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1B87 is #71E478. Grayscale: #494949. Windows color (decimal): -7464057 or 8854414. OLE color: 8854414.
HSL color Cylindrical-coordinate representation of color #8E1B87: hue angle of 303.65º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B87 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 135 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.44 |
| HSL | 303.65º | 0.68% | 0.33% | - |
| HSV(B) | 303.65º | 0.81% | 0.56% | - |
| XYZ | 15.92 | 8.28 | 23.68 | - |
| YUV | 73.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 135 | 0 | 0.81 | 0.05 | 0.44 | 303.65 | 0.68 | 0.33 |
| Hex | 8E | 1B | 87 | 0 | 51 | 5 | 2C | 130 | 44 | 21 |
| Octal | 216 | 33 | 207 | 0 | 121 | 5 | 54 | 460 | 104 | 41 |
| Binary | 10001110 | 11011 | 10000111 | 0 | 1010001 | 101 | 101100 | 100110000 | 1000100 | 100001 |
Color Harmonies of #8E1B87
Complementary color
Monochromatic Colors of #8E1B87
Black with #8E1B87
Text Example
Text Example
White with #8E1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B87; }
p { color: rgb(142,27,135); }
H1.HeaderClassName
{
color: #8E1B87;
}
.AnyTagClassName
{
color: #8E1B87;
}
</style>
background-color css
<style>
a { background-color: #8E1B87; }
a { background-color: rgb(142,27,135); }
div.DivClassName
{
background-color: #8E1B87;
}
.BgClassName
{
background-color: #8E1B87;
}
</style>
border-color css
<style>
span { border-color: #8E1B87; }
span { border-color: rgb(142,27,135); }
td.TdClassName
{
border-color: #8E1B87;
}
.TagClassName
{
border-color: #8E1B87;
}
</style>