Shades of Dark Purple #8E3871
Tints of Dark Purple #8E3871
RGB
CMYK
RGB Variations
Color information
#8E3871 (or 0x8E3871) is known color: Dark Purple. HEX triplet: 8E, 38 and 71. RGB value is (142,56,113). Sum of RGB (Red+Green+Blue) = 142+56+113=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3871 is #71C78E. Grayscale: #585858. Windows color (decimal): -7456655 or 7420046. OLE color: 7420046.
HSL color Cylindrical-coordinate representation of color #8E3871: hue angle of 320.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3871 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 56 | 113 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.44 |
| HSL | 320.23º | 0.43% | 0.39% | - |
| HSV(B) | 320.23º | 0.61% | 0.56% | - |
| XYZ | 15.55 | 9.77 | 16.69 | - |
| YUV | 88.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 113 | 0 | 0.61 | 0.20 | 0.44 | 320.23 | 0.43 | 0.39 |
| Hex | 8E | 38 | 71 | 0 | 3D | 14 | 2C | 140 | 2B | 27 |
| Octal | 216 | 70 | 161 | 0 | 75 | 24 | 54 | 500 | 53 | 47 |
| Binary | 10001110 | 111000 | 1110001 | 0 | 111101 | 10100 | 101100 | 101000000 | 101011 | 100111 |
Color Harmonies of #8E3871
Complementary color
Monochromatic Colors of #8E3871
Black with #8E3871
Text Example
Text Example
White with #8E3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3871; }
p { color: rgb(142,56,113); }
H1.HeaderClassName
{
color: #8E3871;
}
.AnyTagClassName
{
color: #8E3871;
}
</style>
background-color css
<style>
a { background-color: #8E3871; }
a { background-color: rgb(142,56,113); }
div.DivClassName
{
background-color: #8E3871;
}
.BgClassName
{
background-color: #8E3871;
}
</style>
border-color css
<style>
span { border-color: #8E3871; }
span { border-color: rgb(142,56,113); }
td.TdClassName
{
border-color: #8E3871;
}
.TagClassName
{
border-color: #8E3871;
}
</style>