Shades of Purple #8E027C
Tints of Purple #8E027C
RGB
CMYK
RGB Variations
Color information
#8E027C (or 0x8E027C) is known color: Purple. HEX triplet: 8E, 02 and 7C. RGB value is (142,2,124). Sum of RGB (Red+Green+Blue) = 142+2+124=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E027C is #71FD83. Grayscale: #393939. Windows color (decimal): -7470468 or 8127118. OLE color: 8127118.
HSL color Cylindrical-coordinate representation of color #8E027C: hue angle of 307.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E027C is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.44 |
| HSL | 307.71º | 0.97% | 0.28% | - |
| HSV(B) | 307.71º | 0.99% | 0.56% | - |
| XYZ | 14.82 | 7.25 | 19.69 | - |
| YUV | 57.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 124 | 0 | 0.99 | 0.13 | 0.44 | 307.71 | 0.97 | 0.28 |
| Hex | 8E | 2 | 7C | 0 | 63 | D | 2C | 134 | 61 | 1C |
| Octal | 216 | 2 | 174 | 0 | 143 | 15 | 54 | 464 | 141 | 34 |
| Binary | 10001110 | 10 | 1111100 | 0 | 1100011 | 1101 | 101100 | 100110100 | 1100001 | 11100 |
Color Harmonies of #8E027C
Complementary color
Monochromatic Colors of #8E027C
Black with #8E027C
Text Example
Text Example
White with #8E027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E027C; }
p { color: rgb(142,2,124); }
H1.HeaderClassName
{
color: #8E027C;
}
.AnyTagClassName
{
color: #8E027C;
}
</style>
background-color css
<style>
a { background-color: #8E027C; }
a { background-color: rgb(142,2,124); }
div.DivClassName
{
background-color: #8E027C;
}
.BgClassName
{
background-color: #8E027C;
}
</style>
border-color css
<style>
span { border-color: #8E027C; }
span { border-color: rgb(142,2,124); }
td.TdClassName
{
border-color: #8E027C;
}
.TagClassName
{
border-color: #8E027C;
}
</style>