Shades of Dark Purple #8E186C
Tints of Dark Purple #8E186C
RGB
CMYK
RGB Variations
Color information
#8E186C (or 0x8E186C) is known color: Dark Purple. HEX triplet: 8E, 18 and 6C. RGB value is (142,24,108). Sum of RGB (Red+Green+Blue) = 142+24+108=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E186C is #71E793. Grayscale: #444444. Windows color (decimal): -7464852 or 7084174. OLE color: 7084174.
HSL color Cylindrical-coordinate representation of color #8E186C: hue angle of 317.29º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E186C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 108 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.44 |
| HSL | 317.29º | 0.71% | 0.33% | - |
| HSV(B) | 317.29º | 0.83% | 0.56% | - |
| XYZ | 14.19 | 7.49 | 14.88 | - |
| YUV | 68.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 108 | 0 | 0.83 | 0.24 | 0.44 | 317.29 | 0.71 | 0.33 |
| Hex | 8E | 18 | 6C | 0 | 53 | 18 | 2C | 13D | 47 | 21 |
| Octal | 216 | 30 | 154 | 0 | 123 | 30 | 54 | 475 | 107 | 41 |
| Binary | 10001110 | 11000 | 1101100 | 0 | 1010011 | 11000 | 101100 | 100111101 | 1000111 | 100001 |
Color Harmonies of #8E186C
Complementary color
Monochromatic Colors of #8E186C
Black with #8E186C
Text Example
Text Example
White with #8E186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E186C; }
p { color: rgb(142,24,108); }
H1.HeaderClassName
{
color: #8E186C;
}
.AnyTagClassName
{
color: #8E186C;
}
</style>
background-color css
<style>
a { background-color: #8E186C; }
a { background-color: rgb(142,24,108); }
div.DivClassName
{
background-color: #8E186C;
}
.BgClassName
{
background-color: #8E186C;
}
</style>
border-color css
<style>
span { border-color: #8E186C; }
span { border-color: rgb(142,24,108); }
td.TdClassName
{
border-color: #8E186C;
}
.TagClassName
{
border-color: #8E186C;
}
</style>