Shades of Dark Purple #8C387B
Tints of Dark Purple #8C387B
RGB
CMYK
RGB Variations
Color information
#8C387B (or 0x8C387B) is known color: Dark Purple. HEX triplet: 8C, 38 and 7B. RGB value is (140,56,123). Sum of RGB (Red+Green+Blue) = 140+56+123=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C387B is #73C784. Grayscale: #585858. Windows color (decimal): -7587717 or 8075404. OLE color: 8075404.
HSL color Cylindrical-coordinate representation of color #8C387B: hue angle of 312.14º 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 #8C387B is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 123 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.45 |
| HSL | 312.14º | 0.43% | 0.38% | - |
| HSV(B) | 312.14º | 0.6% | 0.55% | - |
| XYZ | 15.8 | 9.83 | 19.8 | - |
| YUV | 88.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 123 | 0 | 0.6 | 0.12 | 0.45 | 312.14 | 0.43 | 0.38 |
| Hex | 8C | 38 | 7B | 0 | 3C | C | 2D | 138 | 2B | 26 |
| Octal | 214 | 70 | 173 | 0 | 74 | 14 | 55 | 470 | 53 | 46 |
| Binary | 10001100 | 111000 | 1111011 | 0 | 111100 | 1100 | 101101 | 100111000 | 101011 | 100110 |
Color Harmonies of #8C387B
Complementary color
Monochromatic Colors of #8C387B
Black with #8C387B
Text Example
Text Example
White with #8C387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C387B; }
p { color: rgb(140,56,123); }
H1.HeaderClassName
{
color: #8C387B;
}
.AnyTagClassName
{
color: #8C387B;
}
</style>
background-color css
<style>
a { background-color: #8C387B; }
a { background-color: rgb(140,56,123); }
div.DivClassName
{
background-color: #8C387B;
}
.BgClassName
{
background-color: #8C387B;
}
</style>
border-color css
<style>
span { border-color: #8C387B; }
span { border-color: rgb(140,56,123); }
td.TdClassName
{
border-color: #8C387B;
}
.TagClassName
{
border-color: #8C387B;
}
</style>