Shades of Dark Purple #8E317A
Tints of Dark Purple #8E317A
RGB
CMYK
RGB Variations
Color information
#8E317A (or 0x8E317A) is known color: Dark Purple. HEX triplet: 8E, 31 and 7A. RGB value is (142,49,122). Sum of RGB (Red+Green+Blue) = 142+49+122=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E317A is #71CE85. Grayscale: #545454. Windows color (decimal): -7458438 or 8008078. OLE color: 8008078.
HSL color Cylindrical-coordinate representation of color #8E317A: hue angle of 312.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E317A is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 122 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.44 |
| HSL | 312.9º | 0.49% | 0.37% | - |
| HSV(B) | 312.9º | 0.65% | 0.56% | - |
| XYZ | 15.77 | 9.35 | 19.39 | - |
| YUV | 85.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 122 | 0 | 0.65 | 0.14 | 0.44 | 312.9 | 0.49 | 0.37 |
| Hex | 8E | 31 | 7A | 0 | 41 | E | 2C | 139 | 31 | 25 |
| Octal | 216 | 61 | 172 | 0 | 101 | 16 | 54 | 471 | 61 | 45 |
| Binary | 10001110 | 110001 | 1111010 | 0 | 1000001 | 1110 | 101100 | 100111001 | 110001 | 100101 |
Color Harmonies of #8E317A
Complementary color
Monochromatic Colors of #8E317A
Black with #8E317A
Text Example
Text Example
White with #8E317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E317A; }
p { color: rgb(142,49,122); }
H1.HeaderClassName
{
color: #8E317A;
}
.AnyTagClassName
{
color: #8E317A;
}
</style>
background-color css
<style>
a { background-color: #8E317A; }
a { background-color: rgb(142,49,122); }
div.DivClassName
{
background-color: #8E317A;
}
.BgClassName
{
background-color: #8E317A;
}
</style>
border-color css
<style>
span { border-color: #8E317A; }
span { border-color: rgb(142,49,122); }
td.TdClassName
{
border-color: #8E317A;
}
.TagClassName
{
border-color: #8E317A;
}
</style>