Shades of Dark Purple #8E147F
Tints of Dark Purple #8E147F
RGB
CMYK
RGB Variations
Color information
#8E147F (or 0x8E147F) is known color: Dark Purple. HEX triplet: 8E, 14 and 7F. RGB value is (142,20,127). Sum of RGB (Red+Green+Blue) = 142+20+127=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E147F is #71EB80. Grayscale: #444444. Windows color (decimal): -7465857 or 8328334. OLE color: 8328334.
HSL color Cylindrical-coordinate representation of color #8E147F: hue angle of 307.38º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E147F is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 127 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.44 |
| HSL | 307.38º | 0.75% | 0.32% | - |
| HSV(B) | 307.38º | 0.86% | 0.56% | - |
| XYZ | 15.24 | 7.78 | 20.78 | - |
| YUV | 68.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 127 | 0 | 0.86 | 0.11 | 0.44 | 307.38 | 0.75 | 0.32 |
| Hex | 8E | 14 | 7F | 0 | 56 | B | 2C | 133 | 4B | 20 |
| Octal | 216 | 24 | 177 | 0 | 126 | 13 | 54 | 463 | 113 | 40 |
| Binary | 10001110 | 10100 | 1111111 | 0 | 1010110 | 1011 | 101100 | 100110011 | 1001011 | 100000 |
Color Harmonies of #8E147F
Complementary color
Monochromatic Colors of #8E147F
Black with #8E147F
Text Example
Text Example
White with #8E147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E147F; }
p { color: rgb(142,20,127); }
H1.HeaderClassName
{
color: #8E147F;
}
.AnyTagClassName
{
color: #8E147F;
}
</style>
background-color css
<style>
a { background-color: #8E147F; }
a { background-color: rgb(142,20,127); }
div.DivClassName
{
background-color: #8E147F;
}
.BgClassName
{
background-color: #8E147F;
}
</style>
border-color css
<style>
span { border-color: #8E147F; }
span { border-color: rgb(142,20,127); }
td.TdClassName
{
border-color: #8E147F;
}
.TagClassName
{
border-color: #8E147F;
}
</style>