Shades of Purple #8C0278
Tints of Purple #8C0278
RGB
CMYK
RGB Variations
Color information
#8C0278 (or 0x8C0278) is known color: Purple. HEX triplet: 8C, 02 and 78. RGB value is (140,2,120). Sum of RGB (Red+Green+Blue) = 140+2+120=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0278 is #73FD87. Grayscale: #383838. Windows color (decimal): -7601544 or 7864972. OLE color: 7864972.
HSL color Cylindrical-coordinate representation of color #8C0278: hue angle of 308.7º degrees, saturation: 0.97, 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 #8C0278 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.45 |
| HSL | 308.7º | 0.97% | 0.28% | - |
| HSV(B) | 308.7º | 0.99% | 0.55% | - |
| XYZ | 14.23 | 6.97 | 18.37 | - |
| YUV | 56.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 120 | 0 | 0.99 | 0.14 | 0.45 | 308.7 | 0.97 | 0.28 |
| Hex | 8C | 2 | 78 | 0 | 63 | E | 2D | 135 | 61 | 1C |
| Octal | 214 | 2 | 170 | 0 | 143 | 16 | 55 | 465 | 141 | 34 |
| Binary | 10001100 | 10 | 1111000 | 0 | 1100011 | 1110 | 101101 | 100110101 | 1100001 | 11100 |
Color Harmonies of #8C0278
Complementary color
Monochromatic Colors of #8C0278
Black with #8C0278
Text Example
Text Example
White with #8C0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0278; }
p { color: rgb(140,2,120); }
H1.HeaderClassName
{
color: #8C0278;
}
.AnyTagClassName
{
color: #8C0278;
}
</style>
background-color css
<style>
a { background-color: #8C0278; }
a { background-color: rgb(140,2,120); }
div.DivClassName
{
background-color: #8C0278;
}
.BgClassName
{
background-color: #8C0278;
}
</style>
border-color css
<style>
span { border-color: #8C0278; }
span { border-color: rgb(140,2,120); }
td.TdClassName
{
border-color: #8C0278;
}
.TagClassName
{
border-color: #8C0278;
}
</style>