Shades of Purple #8C0178
Tints of Purple #8C0178
RGB
CMYK
RGB Variations
Color information
#8C0178 (or 0x8C0178) is known color: Purple. HEX triplet: 8C, 01 and 78. RGB value is (140,1,120). Sum of RGB (Red+Green+Blue) = 140+1+120=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0178 is #73FE87. Grayscale: #373737. Windows color (decimal): -7601800 or 7864716. OLE color: 7864716.
HSL color Cylindrical-coordinate representation of color #8C0178: hue angle of 308.63º degrees, saturation: 0.99, 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 #8C0178 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.45 |
| HSL | 308.63º | 0.99% | 0.28% | - |
| HSV(B) | 308.63º | 0.99% | 0.55% | - |
| XYZ | 14.22 | 6.95 | 18.36 | - |
| YUV | 56.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 120 | 0 | 0.99 | 0.14 | 0.45 | 308.63 | 0.99 | 0.28 |
| Hex | 8C | 1 | 78 | 0 | 63 | E | 2D | 135 | 63 | 1C |
| Octal | 214 | 1 | 170 | 0 | 143 | 16 | 55 | 465 | 143 | 34 |
| Binary | 10001100 | 1 | 1111000 | 0 | 1100011 | 1110 | 101101 | 100110101 | 1100011 | 11100 |
Color Harmonies of #8C0178
Complementary color
Monochromatic Colors of #8C0178
Black with #8C0178
Text Example
Text Example
White with #8C0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0178; }
p { color: rgb(140,1,120); }
H1.HeaderClassName
{
color: #8C0178;
}
.AnyTagClassName
{
color: #8C0178;
}
</style>
background-color css
<style>
a { background-color: #8C0178; }
a { background-color: rgb(140,1,120); }
div.DivClassName
{
background-color: #8C0178;
}
.BgClassName
{
background-color: #8C0178;
}
</style>
border-color css
<style>
span { border-color: #8C0178; }
span { border-color: rgb(140,1,120); }
td.TdClassName
{
border-color: #8C0178;
}
.TagClassName
{
border-color: #8C0178;
}
</style>