Shades of Dark Purple #8C387D
Tints of Dark Purple #8C387D
RGB
CMYK
RGB Variations
Color information
#8C387D (or 0x8C387D) is known color: Dark Purple. HEX triplet: 8C, 38 and 7D. RGB value is (140,56,125). Sum of RGB (Red+Green+Blue) = 140+56+125=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C387D is #73C782. Grayscale: #585858. Windows color (decimal): -7587715 or 8206476. OLE color: 8206476.
HSL color Cylindrical-coordinate representation of color #8C387D: hue angle of 310.71º 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 #8C387D is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 125 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.45 |
| HSL | 310.71º | 0.43% | 0.38% | - |
| HSV(B) | 310.71º | 0.6% | 0.55% | - |
| XYZ | 15.93 | 9.88 | 20.47 | - |
| YUV | 88.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 125 | 0 | 0.6 | 0.11 | 0.45 | 310.71 | 0.43 | 0.38 |
| Hex | 8C | 38 | 7D | 0 | 3C | B | 2D | 137 | 2B | 26 |
| Octal | 214 | 70 | 175 | 0 | 74 | 13 | 55 | 467 | 53 | 46 |
| Binary | 10001100 | 111000 | 1111101 | 0 | 111100 | 1011 | 101101 | 100110111 | 101011 | 100110 |
Color Harmonies of #8C387D
Complementary color
Monochromatic Colors of #8C387D
Black with #8C387D
Text Example
Text Example
White with #8C387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C387D; }
p { color: rgb(140,56,125); }
H1.HeaderClassName
{
color: #8C387D;
}
.AnyTagClassName
{
color: #8C387D;
}
</style>
background-color css
<style>
a { background-color: #8C387D; }
a { background-color: rgb(140,56,125); }
div.DivClassName
{
background-color: #8C387D;
}
.BgClassName
{
background-color: #8C387D;
}
</style>
border-color css
<style>
span { border-color: #8C387D; }
span { border-color: rgb(140,56,125); }
td.TdClassName
{
border-color: #8C387D;
}
.TagClassName
{
border-color: #8C387D;
}
</style>