Shades of Purple #8C0475
Tints of Purple #8C0475
RGB
CMYK
RGB Variations
Color information
#8C0475 (or 0x8C0475) is known color: Purple. HEX triplet: 8C, 04 and 75. RGB value is (140,4,117). Sum of RGB (Red+Green+Blue) = 140+4+117=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0475 is #73FB8A. Grayscale: #393939. Windows color (decimal): -7601035 or 7668876. OLE color: 7668876.
HSL color Cylindrical-coordinate representation of color #8C0475: hue angle of 310.15º 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 #8C0475 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 117 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.45 |
| HSL | 310.15º | 0.94% | 0.28% | - |
| HSV(B) | 310.15º | 0.97% | 0.55% | - |
| XYZ | 14.07 | 6.95 | 17.43 | - |
| YUV | 57.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 117 | 0 | 0.97 | 0.16 | 0.45 | 310.15 | 0.94 | 0.28 |
| Hex | 8C | 4 | 75 | 0 | 61 | 10 | 2D | 136 | 5E | 1C |
| Octal | 214 | 4 | 165 | 0 | 141 | 20 | 55 | 466 | 136 | 34 |
| Binary | 10001100 | 100 | 1110101 | 0 | 1100001 | 10000 | 101101 | 100110110 | 1011110 | 11100 |
Color Harmonies of #8C0475
Complementary color
Monochromatic Colors of #8C0475
Black with #8C0475
Text Example
Text Example
White with #8C0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0475; }
p { color: rgb(140,4,117); }
H1.HeaderClassName
{
color: #8C0475;
}
.AnyTagClassName
{
color: #8C0475;
}
</style>
background-color css
<style>
a { background-color: #8C0475; }
a { background-color: rgb(140,4,117); }
div.DivClassName
{
background-color: #8C0475;
}
.BgClassName
{
background-color: #8C0475;
}
</style>
border-color css
<style>
span { border-color: #8C0475; }
span { border-color: rgb(140,4,117); }
td.TdClassName
{
border-color: #8C0475;
}
.TagClassName
{
border-color: #8C0475;
}
</style>