Shades of Dark Purple #8E186D
Tints of Dark Purple #8E186D
RGB
CMYK
RGB Variations
Color information
#8E186D (or 0x8E186D) is known color: Dark Purple. HEX triplet: 8E, 18 and 6D. RGB value is (142,24,109). Sum of RGB (Red+Green+Blue) = 142+24+109=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E186D is #71E792. Grayscale: #444444. Windows color (decimal): -7464851 or 7149710. OLE color: 7149710.
HSL color Cylindrical-coordinate representation of color #8E186D: hue angle of 316.78º 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 #8E186D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 109 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.44 |
| HSL | 316.78º | 0.71% | 0.33% | - |
| HSV(B) | 316.78º | 0.83% | 0.56% | - |
| XYZ | 14.24 | 7.51 | 15.17 | - |
| YUV | 68.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 109 | 0 | 0.83 | 0.23 | 0.44 | 316.78 | 0.71 | 0.33 |
| Hex | 8E | 18 | 6D | 0 | 53 | 17 | 2C | 13D | 47 | 21 |
| Octal | 216 | 30 | 155 | 0 | 123 | 27 | 54 | 475 | 107 | 41 |
| Binary | 10001110 | 11000 | 1101101 | 0 | 1010011 | 10111 | 101100 | 100111101 | 1000111 | 100001 |
Color Harmonies of #8E186D
Complementary color
Monochromatic Colors of #8E186D
Black with #8E186D
Text Example
Text Example
White with #8E186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E186D; }
p { color: rgb(142,24,109); }
H1.HeaderClassName
{
color: #8E186D;
}
.AnyTagClassName
{
color: #8E186D;
}
</style>
background-color css
<style>
a { background-color: #8E186D; }
a { background-color: rgb(142,24,109); }
div.DivClassName
{
background-color: #8E186D;
}
.BgClassName
{
background-color: #8E186D;
}
</style>
border-color css
<style>
span { border-color: #8E186D; }
span { border-color: rgb(142,24,109); }
td.TdClassName
{
border-color: #8E186D;
}
.TagClassName
{
border-color: #8E186D;
}
</style>