Shades of Dark Purple #8E146A
Tints of Dark Purple #8E146A
RGB
CMYK
RGB Variations
Color information
#8E146A (or 0x8E146A) is known color: Dark Purple. HEX triplet: 8E, 14 and 6A. RGB value is (142,20,106). Sum of RGB (Red+Green+Blue) = 142+20+106=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E146A is #71EB95. Grayscale: #424242. Windows color (decimal): -7465878 or 6952078. OLE color: 6952078.
HSL color Cylindrical-coordinate representation of color #8E146A: hue angle of 317.7º 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 #8E146A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 106 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.44 |
| HSL | 317.7º | 0.75% | 0.32% | - |
| HSV(B) | 317.7º | 0.86% | 0.56% | - |
| XYZ | 14.01 | 7.29 | 14.3 | - |
| YUV | 66.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 106 | 0 | 0.86 | 0.25 | 0.44 | 317.7 | 0.75 | 0.32 |
| Hex | 8E | 14 | 6A | 0 | 56 | 19 | 2C | 13E | 4B | 20 |
| Octal | 216 | 24 | 152 | 0 | 126 | 31 | 54 | 476 | 113 | 40 |
| Binary | 10001110 | 10100 | 1101010 | 0 | 1010110 | 11001 | 101100 | 100111110 | 1001011 | 100000 |
Color Harmonies of #8E146A
Complementary color
Monochromatic Colors of #8E146A
Black with #8E146A
Text Example
Text Example
White with #8E146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E146A; }
p { color: rgb(142,20,106); }
H1.HeaderClassName
{
color: #8E146A;
}
.AnyTagClassName
{
color: #8E146A;
}
</style>
background-color css
<style>
a { background-color: #8E146A; }
a { background-color: rgb(142,20,106); }
div.DivClassName
{
background-color: #8E146A;
}
.BgClassName
{
background-color: #8E146A;
}
</style>
border-color css
<style>
span { border-color: #8E146A; }
span { border-color: rgb(142,20,106); }
td.TdClassName
{
border-color: #8E146A;
}
.TagClassName
{
border-color: #8E146A;
}
</style>