Shades of Dark Purple #8E2C73
Tints of Dark Purple #8E2C73
RGB
CMYK
RGB Variations
Color information
#8E2C73 (or 0x8E2C73) is known color: Dark Purple. HEX triplet: 8E, 2C and 73. RGB value is (142,44,115). Sum of RGB (Red+Green+Blue) = 142+44+115=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2C73 is #71D38C. Grayscale: #515151. Windows color (decimal): -7459725 or 7548046. OLE color: 7548046.
HSL color Cylindrical-coordinate representation of color #8E2C73: hue angle of 316.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2C73 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 44 | 115 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.44 |
| HSL | 316.53º | 0.53% | 0.36% | - |
| HSV(B) | 316.53º | 0.69% | 0.56% | - |
| XYZ | 15.15 | 8.79 | 17.12 | - |
| YUV | 81.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 115 | 0 | 0.69 | 0.19 | 0.44 | 316.53 | 0.53 | 0.36 |
| Hex | 8E | 2C | 73 | 0 | 45 | 13 | 2C | 13D | 35 | 24 |
| Octal | 216 | 54 | 163 | 0 | 105 | 23 | 54 | 475 | 65 | 44 |
| Binary | 10001110 | 101100 | 1110011 | 0 | 1000101 | 10011 | 101100 | 100111101 | 110101 | 100100 |
Color Harmonies of #8E2C73
Complementary color
Monochromatic Colors of #8E2C73
Black with #8E2C73
Text Example
Text Example
White with #8E2C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2C73; }
p { color: rgb(142,44,115); }
H1.HeaderClassName
{
color: #8E2C73;
}
.AnyTagClassName
{
color: #8E2C73;
}
</style>
background-color css
<style>
a { background-color: #8E2C73; }
a { background-color: rgb(142,44,115); }
div.DivClassName
{
background-color: #8E2C73;
}
.BgClassName
{
background-color: #8E2C73;
}
</style>
border-color css
<style>
span { border-color: #8E2C73; }
span { border-color: rgb(142,44,115); }
td.TdClassName
{
border-color: #8E2C73;
}
.TagClassName
{
border-color: #8E2C73;
}
</style>