Shades of Dark Purple #8E1475
Tints of Dark Purple #8E1475
RGB
CMYK
RGB Variations
Color information
#8E1475 (or 0x8E1475) is known color: Dark Purple. HEX triplet: 8E, 14 and 75. RGB value is (142,20,117). Sum of RGB (Red+Green+Blue) = 142+20+117=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1475 is #71EB8A. Grayscale: #434343. Windows color (decimal): -7465867 or 7672974. OLE color: 7672974.
HSL color Cylindrical-coordinate representation of color #8E1475: hue angle of 312.3º 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 #8E1475 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 117 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.44 |
| HSL | 312.3º | 0.75% | 0.32% | - |
| HSV(B) | 312.3º | 0.86% | 0.56% | - |
| XYZ | 14.62 | 7.54 | 17.51 | - |
| YUV | 67.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 117 | 0 | 0.86 | 0.18 | 0.44 | 312.3 | 0.75 | 0.32 |
| Hex | 8E | 14 | 75 | 0 | 56 | 12 | 2C | 138 | 4B | 20 |
| Octal | 216 | 24 | 165 | 0 | 126 | 22 | 54 | 470 | 113 | 40 |
| Binary | 10001110 | 10100 | 1110101 | 0 | 1010110 | 10010 | 101100 | 100111000 | 1001011 | 100000 |
Color Harmonies of #8E1475
Complementary color
Monochromatic Colors of #8E1475
Black with #8E1475
Text Example
Text Example
White with #8E1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1475; }
p { color: rgb(142,20,117); }
H1.HeaderClassName
{
color: #8E1475;
}
.AnyTagClassName
{
color: #8E1475;
}
</style>
background-color css
<style>
a { background-color: #8E1475; }
a { background-color: rgb(142,20,117); }
div.DivClassName
{
background-color: #8E1475;
}
.BgClassName
{
background-color: #8E1475;
}
</style>
border-color css
<style>
span { border-color: #8E1475; }
span { border-color: rgb(142,20,117); }
td.TdClassName
{
border-color: #8E1475;
}
.TagClassName
{
border-color: #8E1475;
}
</style>