Shades of Dark Purple #8E327A
Tints of Dark Purple #8E327A
RGB
CMYK
RGB Variations
Color information
#8E327A (or 0x8E327A) is known color: Dark Purple. HEX triplet: 8E, 32 and 7A. RGB value is (142,50,122). Sum of RGB (Red+Green+Blue) = 142+50+122=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E327A is #71CD85. Grayscale: #555555. Windows color (decimal): -7458182 or 8008334. OLE color: 8008334.
HSL color Cylindrical-coordinate representation of color #8E327A: hue angle of 313.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E327A is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 122 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.44 |
| HSL | 313.04º | 0.48% | 0.38% | - |
| HSV(B) | 313.04º | 0.65% | 0.56% | - |
| XYZ | 15.81 | 9.44 | 19.4 | - |
| YUV | 85.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 122 | 0 | 0.65 | 0.14 | 0.44 | 313.04 | 0.48 | 0.38 |
| Hex | 8E | 32 | 7A | 0 | 41 | E | 2C | 139 | 30 | 26 |
| Octal | 216 | 62 | 172 | 0 | 101 | 16 | 54 | 471 | 60 | 46 |
| Binary | 10001110 | 110010 | 1111010 | 0 | 1000001 | 1110 | 101100 | 100111001 | 110000 | 100110 |
Color Harmonies of #8E327A
Complementary color
Monochromatic Colors of #8E327A
Black with #8E327A
Text Example
Text Example
White with #8E327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E327A; }
p { color: rgb(142,50,122); }
H1.HeaderClassName
{
color: #8E327A;
}
.AnyTagClassName
{
color: #8E327A;
}
</style>
background-color css
<style>
a { background-color: #8E327A; }
a { background-color: rgb(142,50,122); }
div.DivClassName
{
background-color: #8E327A;
}
.BgClassName
{
background-color: #8E327A;
}
</style>
border-color css
<style>
span { border-color: #8E327A; }
span { border-color: rgb(142,50,122); }
td.TdClassName
{
border-color: #8E327A;
}
.TagClassName
{
border-color: #8E327A;
}
</style>