Shades of Dark Purple #8C3871
Tints of Dark Purple #8C3871
RGB
CMYK
RGB Variations
Color information
#8C3871 (or 0x8C3871) is known color: Dark Purple. HEX triplet: 8C, 38 and 71. RGB value is (140,56,113). Sum of RGB (Red+Green+Blue) = 140+56+113=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3871 is #73C78E. Grayscale: #575757. Windows color (decimal): -7587727 or 7420044. OLE color: 7420044.
HSL color Cylindrical-coordinate representation of color #8C3871: hue angle of 319.29º 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 #8C3871 is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 113 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.45 |
| HSL | 319.29º | 0.43% | 0.38% | - |
| HSV(B) | 319.29º | 0.6% | 0.55% | - |
| XYZ | 15.21 | 9.6 | 16.67 | - |
| YUV | 87.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 113 | 0 | 0.6 | 0.19 | 0.45 | 319.29 | 0.43 | 0.38 |
| Hex | 8C | 38 | 71 | 0 | 3C | 13 | 2D | 13F | 2B | 26 |
| Octal | 214 | 70 | 161 | 0 | 74 | 23 | 55 | 477 | 53 | 46 |
| Binary | 10001100 | 111000 | 1110001 | 0 | 111100 | 10011 | 101101 | 100111111 | 101011 | 100110 |
Color Harmonies of #8C3871
Complementary color
Monochromatic Colors of #8C3871
Black with #8C3871
Text Example
Text Example
White with #8C3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3871; }
p { color: rgb(140,56,113); }
H1.HeaderClassName
{
color: #8C3871;
}
.AnyTagClassName
{
color: #8C3871;
}
</style>
background-color css
<style>
a { background-color: #8C3871; }
a { background-color: rgb(140,56,113); }
div.DivClassName
{
background-color: #8C3871;
}
.BgClassName
{
background-color: #8C3871;
}
</style>
border-color css
<style>
span { border-color: #8C3871; }
span { border-color: rgb(140,56,113); }
td.TdClassName
{
border-color: #8C3871;
}
.TagClassName
{
border-color: #8C3871;
}
</style>