Shades of Purple #8C0076
Tints of Purple #8C0076
RGB
CMYK
RGB Variations
Color information
#8C0076 (or 0x8C0076) is known color: Purple. HEX triplet: 8C, 00 and 76. RGB value is (140,0,118). Sum of RGB (Red+Green+Blue) = 140+0+118=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0076 is #73FF89. Grayscale: #363636. Windows color (decimal): -7602058 or 7733388. OLE color: 7733388.
HSL color Cylindrical-coordinate representation of color #8C0076: hue angle of 309.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0076 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.16 | 0.45 |
| HSL | 309.43º | 1% | 0.27% | - |
| HSV(B) | 309.43º | 1% | 0.55% | - |
| XYZ | 14.09 | 6.88 | 17.73 | - |
| YUV | 55.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 118 | 0 | 1 | 0.16 | 0.45 | 309.43 | 1 | 0.27 |
| Hex | 8C | 0 | 76 | 0 | 64 | 10 | 2D | 135 | 64 | 1B |
| Octal | 214 | 0 | 166 | 0 | 144 | 20 | 55 | 465 | 144 | 33 |
| Binary | 10001100 | 0 | 1110110 | 0 | 1100100 | 10000 | 101101 | 100110101 | 1100100 | 11011 |
Color Harmonies of #8C0076
Complementary color
Monochromatic Colors of #8C0076
Black with #8C0076
Text Example
Text Example
White with #8C0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0076; }
p { color: rgb(140,0,118); }
H1.HeaderClassName
{
color: #8C0076;
}
.AnyTagClassName
{
color: #8C0076;
}
</style>
background-color css
<style>
a { background-color: #8C0076; }
a { background-color: rgb(140,0,118); }
div.DivClassName
{
background-color: #8C0076;
}
.BgClassName
{
background-color: #8C0076;
}
</style>
border-color css
<style>
span { border-color: #8C0076; }
span { border-color: rgb(140,0,118); }
td.TdClassName
{
border-color: #8C0076;
}
.TagClassName
{
border-color: #8C0076;
}
</style>