Shades of Dark Purple #8E1C87
Tints of Dark Purple #8E1C87
RGB
CMYK
RGB Variations
Color information
#8E1C87 (or 0x8E1C87) is known color: Dark Purple. HEX triplet: 8E, 1C and 87. RGB value is (142,28,135). Sum of RGB (Red+Green+Blue) = 142+28+135=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1C87 is #71E378. Grayscale: #494949. Windows color (decimal): -7463801 or 8854670. OLE color: 8854670.
HSL color Cylindrical-coordinate representation of color #8E1C87: hue angle of 303.68º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C87 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 135 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.44 |
| HSL | 303.68º | 0.67% | 0.33% | - |
| HSV(B) | 303.68º | 0.8% | 0.56% | - |
| XYZ | 15.94 | 8.33 | 23.69 | - |
| YUV | 74.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 135 | 0 | 0.80 | 0.05 | 0.44 | 303.68 | 0.67 | 0.33 |
| Hex | 8E | 1C | 87 | 0 | 50 | 5 | 2C | 130 | 43 | 21 |
| Octal | 216 | 34 | 207 | 0 | 120 | 5 | 54 | 460 | 103 | 41 |
| Binary | 10001110 | 11100 | 10000111 | 0 | 1010000 | 101 | 101100 | 100110000 | 1000011 | 100001 |
Color Harmonies of #8E1C87
Complementary color
Monochromatic Colors of #8E1C87
Black with #8E1C87
Text Example
Text Example
White with #8E1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C87; }
p { color: rgb(142,28,135); }
H1.HeaderClassName
{
color: #8E1C87;
}
.AnyTagClassName
{
color: #8E1C87;
}
</style>
background-color css
<style>
a { background-color: #8E1C87; }
a { background-color: rgb(142,28,135); }
div.DivClassName
{
background-color: #8E1C87;
}
.BgClassName
{
background-color: #8E1C87;
}
</style>
border-color css
<style>
span { border-color: #8E1C87; }
span { border-color: rgb(142,28,135); }
td.TdClassName
{
border-color: #8E1C87;
}
.TagClassName
{
border-color: #8E1C87;
}
</style>