Shades of Dark Purple #8C407C
Tints of Dark Purple #8C407C
RGB
CMYK
RGB Variations
Color information
#8C407C (or 0x8C407C) is known color: Dark Purple. HEX triplet: 8C, 40 and 7C. RGB value is (140,64,124). Sum of RGB (Red+Green+Blue) = 140+64+124=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C407C is #73BF83. Grayscale: #5D5D5D. Windows color (decimal): -7585668 or 8142988. OLE color: 8142988.
HSL color Cylindrical-coordinate representation of color #8C407C: hue angle of 312.63º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C407C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 124 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.45 |
| HSL | 312.63º | 0.37% | 0.4% | - |
| HSV(B) | 312.63º | 0.54% | 0.55% | - |
| XYZ | 16.29 | 10.7 | 20.28 | - |
| YUV | 93.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 124 | 0 | 0.54 | 0.11 | 0.45 | 312.63 | 0.37 | 0.4 |
| Hex | 8C | 40 | 7C | 0 | 36 | B | 2D | 139 | 25 | 28 |
| Octal | 214 | 100 | 174 | 0 | 66 | 13 | 55 | 471 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1111100 | 0 | 110110 | 1011 | 101101 | 100111001 | 100101 | 101000 |
Color Harmonies of #8C407C
Complementary color
Monochromatic Colors of #8C407C
Black with #8C407C
Text Example
Text Example
White with #8C407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C407C; }
p { color: rgb(140,64,124); }
H1.HeaderClassName
{
color: #8C407C;
}
.AnyTagClassName
{
color: #8C407C;
}
</style>
background-color css
<style>
a { background-color: #8C407C; }
a { background-color: rgb(140,64,124); }
div.DivClassName
{
background-color: #8C407C;
}
.BgClassName
{
background-color: #8C407C;
}
</style>
border-color css
<style>
span { border-color: #8C407C; }
span { border-color: rgb(140,64,124); }
td.TdClassName
{
border-color: #8C407C;
}
.TagClassName
{
border-color: #8C407C;
}
</style>