Shades of Purple #8C0677
Tints of Purple #8C0677
RGB
CMYK
RGB Variations
Color information
#8C0677 (or 0x8C0677) is known color: Purple. HEX triplet: 8C, 06 and 77. RGB value is (140,6,119). Sum of RGB (Red+Green+Blue) = 140+6+119=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0677 is #73F988. Grayscale: #3A3A3A. Windows color (decimal): -7600521 or 7800460. OLE color: 7800460.
HSL color Cylindrical-coordinate representation of color #8C0677: hue angle of 309.4º 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 #8C0677 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 119 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.45 |
| HSL | 309.4º | 0.92% | 0.29% | - |
| HSV(B) | 309.4º | 0.96% | 0.55% | - |
| XYZ | 14.21 | 7.04 | 18.06 | - |
| YUV | 58.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 119 | 0 | 0.96 | 0.15 | 0.45 | 309.4 | 0.92 | 0.29 |
| Hex | 8C | 6 | 77 | 0 | 60 | F | 2D | 135 | 5C | 1D |
| Octal | 214 | 6 | 167 | 0 | 140 | 17 | 55 | 465 | 134 | 35 |
| Binary | 10001100 | 110 | 1110111 | 0 | 1100000 | 1111 | 101101 | 100110101 | 1011100 | 11101 |
Color Harmonies of #8C0677
Complementary color
Monochromatic Colors of #8C0677
Black with #8C0677
Text Example
Text Example
White with #8C0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0677; }
p { color: rgb(140,6,119); }
H1.HeaderClassName
{
color: #8C0677;
}
.AnyTagClassName
{
color: #8C0677;
}
</style>
background-color css
<style>
a { background-color: #8C0677; }
a { background-color: rgb(140,6,119); }
div.DivClassName
{
background-color: #8C0677;
}
.BgClassName
{
background-color: #8C0677;
}
</style>
border-color css
<style>
span { border-color: #8C0677; }
span { border-color: rgb(140,6,119); }
td.TdClassName
{
border-color: #8C0677;
}
.TagClassName
{
border-color: #8C0677;
}
</style>