Shades of Purple #8C027E
Tints of Purple #8C027E
RGB
CMYK
RGB Variations
Color information
#8C027E (or 0x8C027E) is known color: Purple. HEX triplet: 8C, 02 and 7E. RGB value is (140,2,126). Sum of RGB (Red+Green+Blue) = 140+2+126=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C027E is #73FD81. Grayscale: #393939. Windows color (decimal): -7601538 or 8258188. OLE color: 8258188.
HSL color Cylindrical-coordinate representation of color #8C027E: hue angle of 306.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C027E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.45 |
| HSL | 306.09º | 0.97% | 0.28% | - |
| HSV(B) | 306.09º | 0.99% | 0.55% | - |
| XYZ | 14.6 | 7.13 | 20.34 | - |
| YUV | 57.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 126 | 0 | 0.99 | 0.10 | 0.45 | 306.09 | 0.97 | 0.28 |
| Hex | 8C | 2 | 7E | 0 | 63 | A | 2D | 132 | 61 | 1C |
| Octal | 214 | 2 | 176 | 0 | 143 | 12 | 55 | 462 | 141 | 34 |
| Binary | 10001100 | 10 | 1111110 | 0 | 1100011 | 1010 | 101101 | 100110010 | 1100001 | 11100 |
Color Harmonies of #8C027E
Complementary color
Monochromatic Colors of #8C027E
Black with #8C027E
Text Example
Text Example
White with #8C027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C027E; }
p { color: rgb(140,2,126); }
H1.HeaderClassName
{
color: #8C027E;
}
.AnyTagClassName
{
color: #8C027E;
}
</style>
background-color css
<style>
a { background-color: #8C027E; }
a { background-color: rgb(140,2,126); }
div.DivClassName
{
background-color: #8C027E;
}
.BgClassName
{
background-color: #8C027E;
}
</style>
border-color css
<style>
span { border-color: #8C027E; }
span { border-color: rgb(140,2,126); }
td.TdClassName
{
border-color: #8C027E;
}
.TagClassName
{
border-color: #8C027E;
}
</style>