Shades of Dark Purple #8C0C7C
Tints of Dark Purple #8C0C7C
RGB
CMYK
RGB Variations
Color information
#8C0C7C (or 0x8C0C7C) is known color: Dark Purple. HEX triplet: 8C, 0C and 7C. RGB value is (140,12,124). Sum of RGB (Red+Green+Blue) = 140+12+124=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C7C is #73F383. Grayscale: #3E3E3E. Windows color (decimal): -7598980 or 8129676. OLE color: 8129676.
HSL color Cylindrical-coordinate representation of color #8C0C7C: hue angle of 307.5º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C7C is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 124 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.45 |
| HSL | 307.5º | 0.84% | 0.3% | - |
| HSV(B) | 307.5º | 0.91% | 0.55% | - |
| XYZ | 14.58 | 7.29 | 19.71 | - |
| YUV | 63.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 124 | 0 | 0.91 | 0.11 | 0.45 | 307.5 | 0.84 | 0.3 |
| Hex | 8C | C | 7C | 0 | 5B | B | 2D | 134 | 54 | 1E |
| Octal | 214 | 14 | 174 | 0 | 133 | 13 | 55 | 464 | 124 | 36 |
| Binary | 10001100 | 1100 | 1111100 | 0 | 1011011 | 1011 | 101101 | 100110100 | 1010100 | 11110 |
Color Harmonies of #8C0C7C
Complementary color
Monochromatic Colors of #8C0C7C
Black with #8C0C7C
Text Example
Text Example
White with #8C0C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C7C; }
p { color: rgb(140,12,124); }
H1.HeaderClassName
{
color: #8C0C7C;
}
.AnyTagClassName
{
color: #8C0C7C;
}
</style>
background-color css
<style>
a { background-color: #8C0C7C; }
a { background-color: rgb(140,12,124); }
div.DivClassName
{
background-color: #8C0C7C;
}
.BgClassName
{
background-color: #8C0C7C;
}
</style>
border-color css
<style>
span { border-color: #8C0C7C; }
span { border-color: rgb(140,12,124); }
td.TdClassName
{
border-color: #8C0C7C;
}
.TagClassName
{
border-color: #8C0C7C;
}
</style>