Shades of Purple #8C0176
Tints of Purple #8C0176
RGB
CMYK
RGB Variations
Color information
#8C0176 (or 0x8C0176) is known color: Purple. HEX triplet: 8C, 01 and 76. RGB value is (140,1,118). Sum of RGB (Red+Green+Blue) = 140+1+118=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0176 is #73FE89. Grayscale: #373737. Windows color (decimal): -7601802 or 7733644. OLE color: 7733644.
HSL color Cylindrical-coordinate representation of color #8C0176: hue angle of 309.5º 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 #8C0176 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.45 |
| HSL | 309.5º | 0.99% | 0.28% | - |
| HSV(B) | 309.5º | 0.99% | 0.55% | - |
| XYZ | 14.1 | 6.91 | 17.73 | - |
| YUV | 55.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 118 | 0 | 0.99 | 0.16 | 0.45 | 309.5 | 0.99 | 0.28 |
| Hex | 8C | 1 | 76 | 0 | 63 | 10 | 2D | 135 | 63 | 1C |
| Octal | 214 | 1 | 166 | 0 | 143 | 20 | 55 | 465 | 143 | 34 |
| Binary | 10001100 | 1 | 1110110 | 0 | 1100011 | 10000 | 101101 | 100110101 | 1100011 | 11100 |
Color Harmonies of #8C0176
Complementary color
Monochromatic Colors of #8C0176
Black with #8C0176
Text Example
Text Example
White with #8C0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0176; }
p { color: rgb(140,1,118); }
H1.HeaderClassName
{
color: #8C0176;
}
.AnyTagClassName
{
color: #8C0176;
}
</style>
background-color css
<style>
a { background-color: #8C0176; }
a { background-color: rgb(140,1,118); }
div.DivClassName
{
background-color: #8C0176;
}
.BgClassName
{
background-color: #8C0176;
}
</style>
border-color css
<style>
span { border-color: #8C0176; }
span { border-color: rgb(140,1,118); }
td.TdClassName
{
border-color: #8C0176;
}
.TagClassName
{
border-color: #8C0176;
}
</style>