Shades of Purple #8C0179
Tints of Purple #8C0179
RGB
CMYK
RGB Variations
Color information
#8C0179 (or 0x8C0179) is known color: Purple. HEX triplet: 8C, 01 and 79. RGB value is (140,1,121). Sum of RGB (Red+Green+Blue) = 140+1+121=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0179 is #73FE86. Grayscale: #373737. Windows color (decimal): -7601799 or 7930252. OLE color: 7930252.
HSL color Cylindrical-coordinate representation of color #8C0179: hue angle of 308.2º 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 #8C0179 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.45 |
| HSL | 308.2º | 0.99% | 0.28% | - |
| HSV(B) | 308.2º | 0.99% | 0.55% | - |
| XYZ | 14.28 | 6.98 | 18.68 | - |
| YUV | 56.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 121 | 0 | 0.99 | 0.14 | 0.45 | 308.2 | 0.99 | 0.28 |
| Hex | 8C | 1 | 79 | 0 | 63 | E | 2D | 134 | 63 | 1C |
| Octal | 214 | 1 | 171 | 0 | 143 | 16 | 55 | 464 | 143 | 34 |
| Binary | 10001100 | 1 | 1111001 | 0 | 1100011 | 1110 | 101101 | 100110100 | 1100011 | 11100 |
Color Harmonies of #8C0179
Complementary color
Monochromatic Colors of #8C0179
Black with #8C0179
Text Example
Text Example
White with #8C0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0179; }
p { color: rgb(140,1,121); }
H1.HeaderClassName
{
color: #8C0179;
}
.AnyTagClassName
{
color: #8C0179;
}
</style>
background-color css
<style>
a { background-color: #8C0179; }
a { background-color: rgb(140,1,121); }
div.DivClassName
{
background-color: #8C0179;
}
.BgClassName
{
background-color: #8C0179;
}
</style>
border-color css
<style>
span { border-color: #8C0179; }
span { border-color: rgb(140,1,121); }
td.TdClassName
{
border-color: #8C0179;
}
.TagClassName
{
border-color: #8C0179;
}
</style>