Shades of Dark Purple #8C387C
Tints of Dark Purple #8C387C
RGB
CMYK
RGB Variations
Color information
#8C387C (or 0x8C387C) is known color: Dark Purple. HEX triplet: 8C, 38 and 7C. RGB value is (140,56,124). Sum of RGB (Red+Green+Blue) = 140+56+124=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C387C is #73C783. Grayscale: #585858. Windows color (decimal): -7587716 or 8140940. OLE color: 8140940.
HSL color Cylindrical-coordinate representation of color #8C387C: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C387C is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 124 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.45 |
| HSL | 311.43º | 0.43% | 0.38% | - |
| HSV(B) | 311.43º | 0.6% | 0.55% | - |
| XYZ | 15.87 | 9.86 | 20.14 | - |
| YUV | 88.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 124 | 0 | 0.6 | 0.11 | 0.45 | 311.43 | 0.43 | 0.38 |
| Hex | 8C | 38 | 7C | 0 | 3C | B | 2D | 137 | 2B | 26 |
| Octal | 214 | 70 | 174 | 0 | 74 | 13 | 55 | 467 | 53 | 46 |
| Binary | 10001100 | 111000 | 1111100 | 0 | 111100 | 1011 | 101101 | 100110111 | 101011 | 100110 |
Color Harmonies of #8C387C
Complementary color
Monochromatic Colors of #8C387C
Black with #8C387C
Text Example
Text Example
White with #8C387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C387C; }
p { color: rgb(140,56,124); }
H1.HeaderClassName
{
color: #8C387C;
}
.AnyTagClassName
{
color: #8C387C;
}
</style>
background-color css
<style>
a { background-color: #8C387C; }
a { background-color: rgb(140,56,124); }
div.DivClassName
{
background-color: #8C387C;
}
.BgClassName
{
background-color: #8C387C;
}
</style>
border-color css
<style>
span { border-color: #8C387C; }
span { border-color: rgb(140,56,124); }
td.TdClassName
{
border-color: #8C387C;
}
.TagClassName
{
border-color: #8C387C;
}
</style>