Shades of Dark Purple #8E2678
Tints of Dark Purple #8E2678
RGB
CMYK
RGB Variations
Color information
#8E2678 (or 0x8E2678) is known color: Dark Purple. HEX triplet: 8E, 26 and 78. RGB value is (142,38,120). Sum of RGB (Red+Green+Blue) = 142+38+120=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2678 is #71D987. Grayscale: #4E4E4E. Windows color (decimal): -7461256 or 7874190. OLE color: 7874190.
HSL color Cylindrical-coordinate representation of color #8E2678: hue angle of 312.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2678 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 120 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.44 |
| HSL | 312.69º | 0.58% | 0.35% | - |
| HSV(B) | 312.69º | 0.73% | 0.56% | - |
| XYZ | 15.24 | 8.49 | 18.61 | - |
| YUV | 78.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 120 | 0 | 0.73 | 0.15 | 0.44 | 312.69 | 0.58 | 0.35 |
| Hex | 8E | 26 | 78 | 0 | 49 | F | 2C | 139 | 3A | 23 |
| Octal | 216 | 46 | 170 | 0 | 111 | 17 | 54 | 471 | 72 | 43 |
| Binary | 10001110 | 100110 | 1111000 | 0 | 1001001 | 1111 | 101100 | 100111001 | 111010 | 100011 |
Color Harmonies of #8E2678
Complementary color
Monochromatic Colors of #8E2678
Black with #8E2678
Text Example
Text Example
White with #8E2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2678; }
p { color: rgb(142,38,120); }
H1.HeaderClassName
{
color: #8E2678;
}
.AnyTagClassName
{
color: #8E2678;
}
</style>
background-color css
<style>
a { background-color: #8E2678; }
a { background-color: rgb(142,38,120); }
div.DivClassName
{
background-color: #8E2678;
}
.BgClassName
{
background-color: #8E2678;
}
</style>
border-color css
<style>
span { border-color: #8E2678; }
span { border-color: rgb(142,38,120); }
td.TdClassName
{
border-color: #8E2678;
}
.TagClassName
{
border-color: #8E2678;
}
</style>