Shades of Dark Purple #8E1C6F
Tints of Dark Purple #8E1C6F
RGB
CMYK
RGB Variations
Color information
#8E1C6F (or 0x8E1C6F) is known color: Dark Purple. HEX triplet: 8E, 1C and 6F. RGB value is (142,28,111). Sum of RGB (Red+Green+Blue) = 142+28+111=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1C6F is #71E390. Grayscale: #474747. Windows color (decimal): -7463825 or 7281806. OLE color: 7281806.
HSL color Cylindrical-coordinate representation of color #8E1C6F: hue angle of 316.32º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C6F is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 111 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.44 |
| HSL | 316.32º | 0.67% | 0.33% | - |
| HSV(B) | 316.32º | 0.8% | 0.56% | - |
| XYZ | 14.44 | 7.73 | 15.77 | - |
| YUV | 71.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 111 | 0 | 0.80 | 0.22 | 0.44 | 316.32 | 0.67 | 0.33 |
| Hex | 8E | 1C | 6F | 0 | 50 | 16 | 2C | 13C | 43 | 21 |
| Octal | 216 | 34 | 157 | 0 | 120 | 26 | 54 | 474 | 103 | 41 |
| Binary | 10001110 | 11100 | 1101111 | 0 | 1010000 | 10110 | 101100 | 100111100 | 1000011 | 100001 |
Color Harmonies of #8E1C6F
Complementary color
Monochromatic Colors of #8E1C6F
Black with #8E1C6F
Text Example
Text Example
White with #8E1C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C6F; }
p { color: rgb(142,28,111); }
H1.HeaderClassName
{
color: #8E1C6F;
}
.AnyTagClassName
{
color: #8E1C6F;
}
</style>
background-color css
<style>
a { background-color: #8E1C6F; }
a { background-color: rgb(142,28,111); }
div.DivClassName
{
background-color: #8E1C6F;
}
.BgClassName
{
background-color: #8E1C6F;
}
</style>
border-color css
<style>
span { border-color: #8E1C6F; }
span { border-color: rgb(142,28,111); }
td.TdClassName
{
border-color: #8E1C6F;
}
.TagClassName
{
border-color: #8E1C6F;
}
</style>