Shades of Dark Purple #8E317B
Tints of Dark Purple #8E317B
RGB
CMYK
RGB Variations
Color information
#8E317B (or 0x8E317B) is known color: Dark Purple. HEX triplet: 8E, 31 and 7B. RGB value is (142,49,123). Sum of RGB (Red+Green+Blue) = 142+49+123=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E317B is #71CE84. Grayscale: #555555. Windows color (decimal): -7458437 or 8073614. OLE color: 8073614.
HSL color Cylindrical-coordinate representation of color #8E317B: hue angle of 312.26º 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 #8E317B is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 123 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.44 |
| HSL | 312.26º | 0.49% | 0.37% | - |
| HSV(B) | 312.26º | 0.65% | 0.56% | - |
| XYZ | 15.83 | 9.38 | 19.71 | - |
| YUV | 85.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 123 | 0 | 0.65 | 0.13 | 0.44 | 312.26 | 0.49 | 0.37 |
| Hex | 8E | 31 | 7B | 0 | 41 | D | 2C | 138 | 31 | 25 |
| Octal | 216 | 61 | 173 | 0 | 101 | 15 | 54 | 470 | 61 | 45 |
| Binary | 10001110 | 110001 | 1111011 | 0 | 1000001 | 1101 | 101100 | 100111000 | 110001 | 100101 |
Color Harmonies of #8E317B
Complementary color
Monochromatic Colors of #8E317B
Black with #8E317B
Text Example
Text Example
White with #8E317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E317B; }
p { color: rgb(142,49,123); }
H1.HeaderClassName
{
color: #8E317B;
}
.AnyTagClassName
{
color: #8E317B;
}
</style>
background-color css
<style>
a { background-color: #8E317B; }
a { background-color: rgb(142,49,123); }
div.DivClassName
{
background-color: #8E317B;
}
.BgClassName
{
background-color: #8E317B;
}
</style>
border-color css
<style>
span { border-color: #8E317B; }
span { border-color: rgb(142,49,123); }
td.TdClassName
{
border-color: #8E317B;
}
.TagClassName
{
border-color: #8E317B;
}
</style>