Shades of Purple #8C0078
Tints of Purple #8C0078
RGB
CMYK
RGB Variations
Color information
#8C0078 (or 0x8C0078) is known color: Purple. HEX triplet: 8C, 00 and 78. RGB value is (140,0,120). Sum of RGB (Red+Green+Blue) = 140+0+120=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0078 is #73FF87. Grayscale: #373737. Windows color (decimal): -7602056 or 7864460. OLE color: 7864460.
HSL color Cylindrical-coordinate representation of color #8C0078: hue angle of 308.57º 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 #8C0078 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.14 | 0.45 |
| HSL | 308.57º | 1% | 0.27% | - |
| HSV(B) | 308.57º | 1% | 0.55% | - |
| XYZ | 14.21 | 6.93 | 18.36 | - |
| YUV | 55.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 120 | 0 | 1 | 0.14 | 0.45 | 308.57 | 1 | 0.27 |
| Hex | 8C | 0 | 78 | 0 | 64 | E | 2D | 135 | 64 | 1B |
| Octal | 214 | 0 | 170 | 0 | 144 | 16 | 55 | 465 | 144 | 33 |
| Binary | 10001100 | 0 | 1111000 | 0 | 1100100 | 1110 | 101101 | 100110101 | 1100100 | 11011 |
Color Harmonies of #8C0078
Complementary color
Monochromatic Colors of #8C0078
Black with #8C0078
Text Example
Text Example
White with #8C0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0078; }
p { color: rgb(140,0,120); }
H1.HeaderClassName
{
color: #8C0078;
}
.AnyTagClassName
{
color: #8C0078;
}
</style>
background-color css
<style>
a { background-color: #8C0078; }
a { background-color: rgb(140,0,120); }
div.DivClassName
{
background-color: #8C0078;
}
.BgClassName
{
background-color: #8C0078;
}
</style>
border-color css
<style>
span { border-color: #8C0078; }
span { border-color: rgb(140,0,120); }
td.TdClassName
{
border-color: #8C0078;
}
.TagClassName
{
border-color: #8C0078;
}
</style>