Shades of Dark Purple #8E387B
Tints of Dark Purple #8E387B
RGB
CMYK
RGB Variations
Color information
#8E387B (or 0x8E387B) is known color: Dark Purple. HEX triplet: 8E, 38 and 7B. RGB value is (142,56,123). Sum of RGB (Red+Green+Blue) = 142+56+123=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E387B is #71C784. Grayscale: #595959. Windows color (decimal): -7456645 or 8075406. OLE color: 8075406.
HSL color Cylindrical-coordinate representation of color #8E387B: hue angle of 313.26º 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 #8E387B is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 56 | 123 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.44 |
| HSL | 313.26º | 0.43% | 0.39% | - |
| HSV(B) | 313.26º | 0.61% | 0.56% | - |
| XYZ | 16.14 | 10.01 | 19.82 | - |
| YUV | 89.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 123 | 0 | 0.61 | 0.13 | 0.44 | 313.26 | 0.43 | 0.39 |
| Hex | 8E | 38 | 7B | 0 | 3D | D | 2C | 139 | 2B | 27 |
| Octal | 216 | 70 | 173 | 0 | 75 | 15 | 54 | 471 | 53 | 47 |
| Binary | 10001110 | 111000 | 1111011 | 0 | 111101 | 1101 | 101100 | 100111001 | 101011 | 100111 |
Color Harmonies of #8E387B
Complementary color
Monochromatic Colors of #8E387B
Black with #8E387B
Text Example
Text Example
White with #8E387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E387B; }
p { color: rgb(142,56,123); }
H1.HeaderClassName
{
color: #8E387B;
}
.AnyTagClassName
{
color: #8E387B;
}
</style>
background-color css
<style>
a { background-color: #8E387B; }
a { background-color: rgb(142,56,123); }
div.DivClassName
{
background-color: #8E387B;
}
.BgClassName
{
background-color: #8E387B;
}
</style>
border-color css
<style>
span { border-color: #8E387B; }
span { border-color: rgb(142,56,123); }
td.TdClassName
{
border-color: #8E387B;
}
.TagClassName
{
border-color: #8E387B;
}
</style>