Shades of Purple #8C067C
Tints of Purple #8C067C
RGB
CMYK
RGB Variations
Color information
#8C067C (or 0x8C067C) is known color: Purple. HEX triplet: 8C, 06 and 7C. RGB value is (140,6,124). Sum of RGB (Red+Green+Blue) = 140+6+124=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C067C is #73F983. Grayscale: #3B3B3B. Windows color (decimal): -7600516 or 8128140. OLE color: 8128140.
HSL color Cylindrical-coordinate representation of color #8C067C: hue angle of 307.16º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C067C is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.45 |
| HSL | 307.16º | 0.92% | 0.29% | - |
| HSV(B) | 307.16º | 0.96% | 0.55% | - |
| XYZ | 14.52 | 7.16 | 19.69 | - |
| YUV | 59.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 124 | 0 | 0.96 | 0.11 | 0.45 | 307.16 | 0.92 | 0.29 |
| Hex | 8C | 6 | 7C | 0 | 60 | B | 2D | 133 | 5C | 1D |
| Octal | 214 | 6 | 174 | 0 | 140 | 13 | 55 | 463 | 134 | 35 |
| Binary | 10001100 | 110 | 1111100 | 0 | 1100000 | 1011 | 101101 | 100110011 | 1011100 | 11101 |
Color Harmonies of #8C067C
Complementary color
Monochromatic Colors of #8C067C
Black with #8C067C
Text Example
Text Example
White with #8C067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C067C; }
p { color: rgb(140,6,124); }
H1.HeaderClassName
{
color: #8C067C;
}
.AnyTagClassName
{
color: #8C067C;
}
</style>
background-color css
<style>
a { background-color: #8C067C; }
a { background-color: rgb(140,6,124); }
div.DivClassName
{
background-color: #8C067C;
}
.BgClassName
{
background-color: #8C067C;
}
</style>
border-color css
<style>
span { border-color: #8C067C; }
span { border-color: rgb(140,6,124); }
td.TdClassName
{
border-color: #8C067C;
}
.TagClassName
{
border-color: #8C067C;
}
</style>