Shades of Purple #8C047C
Tints of Purple #8C047C
RGB
CMYK
RGB Variations
Color information
#8C047C (or 0x8C047C) is known color: Purple. HEX triplet: 8C, 04 and 7C. RGB value is (140,4,124). Sum of RGB (Red+Green+Blue) = 140+4+124=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C047C is #73FB83. Grayscale: #3A3A3A. Windows color (decimal): -7601028 or 8127628. OLE color: 8127628.
HSL color Cylindrical-coordinate representation of color #8C047C: hue angle of 307.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C047C is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.45 |
| HSL | 307.06º | 0.94% | 0.28% | - |
| HSV(B) | 307.06º | 0.97% | 0.55% | - |
| XYZ | 14.5 | 7.12 | 19.68 | - |
| YUV | 58.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 124 | 0 | 0.97 | 0.11 | 0.45 | 307.06 | 0.94 | 0.28 |
| Hex | 8C | 4 | 7C | 0 | 61 | B | 2D | 133 | 5E | 1C |
| Octal | 214 | 4 | 174 | 0 | 141 | 13 | 55 | 463 | 136 | 34 |
| Binary | 10001100 | 100 | 1111100 | 0 | 1100001 | 1011 | 101101 | 100110011 | 1011110 | 11100 |
Color Harmonies of #8C047C
Complementary color
Monochromatic Colors of #8C047C
Black with #8C047C
Text Example
Text Example
White with #8C047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C047C; }
p { color: rgb(140,4,124); }
H1.HeaderClassName
{
color: #8C047C;
}
.AnyTagClassName
{
color: #8C047C;
}
</style>
background-color css
<style>
a { background-color: #8C047C; }
a { background-color: rgb(140,4,124); }
div.DivClassName
{
background-color: #8C047C;
}
.BgClassName
{
background-color: #8C047C;
}
</style>
border-color css
<style>
span { border-color: #8C047C; }
span { border-color: rgb(140,4,124); }
td.TdClassName
{
border-color: #8C047C;
}
.TagClassName
{
border-color: #8C047C;
}
</style>