Shades of Dark Purple #8E2671
Tints of Dark Purple #8E2671
RGB
CMYK
RGB Variations
Color information
#8E2671 (or 0x8E2671) is known color: Dark Purple. HEX triplet: 8E, 26 and 71. RGB value is (142,38,113). Sum of RGB (Red+Green+Blue) = 142+38+113=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2671 is #71D98E. Grayscale: #4D4D4D. Windows color (decimal): -7461263 or 7415438. OLE color: 7415438.
HSL color Cylindrical-coordinate representation of color #8E2671: hue angle of 316.73º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2671 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 113 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.44 |
| HSL | 316.73º | 0.58% | 0.35% | - |
| HSV(B) | 316.73º | 0.73% | 0.56% | - |
| XYZ | 14.83 | 8.33 | 16.45 | - |
| YUV | 77.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 113 | 0 | 0.73 | 0.20 | 0.44 | 316.73 | 0.58 | 0.35 |
| Hex | 8E | 26 | 71 | 0 | 49 | 14 | 2C | 13D | 3A | 23 |
| Octal | 216 | 46 | 161 | 0 | 111 | 24 | 54 | 475 | 72 | 43 |
| Binary | 10001110 | 100110 | 1110001 | 0 | 1001001 | 10100 | 101100 | 100111101 | 111010 | 100011 |
Color Harmonies of #8E2671
Complementary color
Monochromatic Colors of #8E2671
Black with #8E2671
Text Example
Text Example
White with #8E2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2671; }
p { color: rgb(142,38,113); }
H1.HeaderClassName
{
color: #8E2671;
}
.AnyTagClassName
{
color: #8E2671;
}
</style>
background-color css
<style>
a { background-color: #8E2671; }
a { background-color: rgb(142,38,113); }
div.DivClassName
{
background-color: #8E2671;
}
.BgClassName
{
background-color: #8E2671;
}
</style>
border-color css
<style>
span { border-color: #8E2671; }
span { border-color: rgb(142,38,113); }
td.TdClassName
{
border-color: #8E2671;
}
.TagClassName
{
border-color: #8E2671;
}
</style>