Shades of Purple #8C0377
Tints of Purple #8C0377
RGB
CMYK
RGB Variations
Color information
#8C0377 (or 0x8C0377) is known color: Purple. HEX triplet: 8C, 03 and 77. RGB value is (140,3,119). Sum of RGB (Red+Green+Blue) = 140+3+119=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0377 is #73FC88. Grayscale: #383838. Windows color (decimal): -7601289 or 7799692. OLE color: 7799692.
HSL color Cylindrical-coordinate representation of color #8C0377: hue angle of 309.2º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0377 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.45 |
| HSL | 309.2º | 0.96% | 0.28% | - |
| HSV(B) | 309.2º | 0.98% | 0.55% | - |
| XYZ | 14.18 | 6.97 | 18.05 | - |
| YUV | 57.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 119 | 0 | 0.98 | 0.15 | 0.45 | 309.2 | 0.96 | 0.28 |
| Hex | 8C | 3 | 77 | 0 | 62 | F | 2D | 135 | 60 | 1C |
| Octal | 214 | 3 | 167 | 0 | 142 | 17 | 55 | 465 | 140 | 34 |
| Binary | 10001100 | 11 | 1110111 | 0 | 1100010 | 1111 | 101101 | 100110101 | 1100000 | 11100 |
Color Harmonies of #8C0377
Complementary color
Monochromatic Colors of #8C0377
Black with #8C0377
Text Example
Text Example
White with #8C0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0377; }
p { color: rgb(140,3,119); }
H1.HeaderClassName
{
color: #8C0377;
}
.AnyTagClassName
{
color: #8C0377;
}
</style>
background-color css
<style>
a { background-color: #8C0377; }
a { background-color: rgb(140,3,119); }
div.DivClassName
{
background-color: #8C0377;
}
.BgClassName
{
background-color: #8C0377;
}
</style>
border-color css
<style>
span { border-color: #8C0377; }
span { border-color: rgb(140,3,119); }
td.TdClassName
{
border-color: #8C0377;
}
.TagClassName
{
border-color: #8C0377;
}
</style>