Shades of Dark Purple #8C3572
Tints of Dark Purple #8C3572
RGB
CMYK
RGB Variations
Color information
#8C3572 (or 0x8C3572) is known color: Dark Purple. HEX triplet: 8C, 35 and 72. RGB value is (140,53,114). Sum of RGB (Red+Green+Blue) = 140+53+114=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3572 is #73CA8D. Grayscale: #555555. Windows color (decimal): -7588494 or 7484812. OLE color: 7484812.
HSL color Cylindrical-coordinate representation of color #8C3572: hue angle of 317.93º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3572 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 114 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.45 |
| HSL | 317.93º | 0.45% | 0.38% | - |
| HSV(B) | 317.93º | 0.62% | 0.55% | - |
| XYZ | 15.13 | 9.34 | 16.92 | - |
| YUV | 85.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 114 | 0 | 0.62 | 0.19 | 0.45 | 317.93 | 0.45 | 0.38 |
| Hex | 8C | 35 | 72 | 0 | 3E | 13 | 2D | 13E | 2D | 26 |
| Octal | 214 | 65 | 162 | 0 | 76 | 23 | 55 | 476 | 55 | 46 |
| Binary | 10001100 | 110101 | 1110010 | 0 | 111110 | 10011 | 101101 | 100111110 | 101101 | 100110 |
Color Harmonies of #8C3572
Complementary color
Monochromatic Colors of #8C3572
Black with #8C3572
Text Example
Text Example
White with #8C3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3572; }
p { color: rgb(140,53,114); }
H1.HeaderClassName
{
color: #8C3572;
}
.AnyTagClassName
{
color: #8C3572;
}
</style>
background-color css
<style>
a { background-color: #8C3572; }
a { background-color: rgb(140,53,114); }
div.DivClassName
{
background-color: #8C3572;
}
.BgClassName
{
background-color: #8C3572;
}
</style>
border-color css
<style>
span { border-color: #8C3572; }
span { border-color: rgb(140,53,114); }
td.TdClassName
{
border-color: #8C3572;
}
.TagClassName
{
border-color: #8C3572;
}
</style>