Shades of Dark Purple #8C3670
Tints of Dark Purple #8C3670
RGB
CMYK
RGB Variations
Color information
#8C3670 (or 0x8C3670) is known color: Dark Purple. HEX triplet: 8C, 36 and 70. RGB value is (140,54,112). Sum of RGB (Red+Green+Blue) = 140+54+112=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3670 is #73C98F. Grayscale: #565656. Windows color (decimal): -7588240 or 7353996. OLE color: 7353996.
HSL color Cylindrical-coordinate representation of color #8C3670: hue angle of 319.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3670 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 112 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.45 |
| HSL | 319.53º | 0.44% | 0.38% | - |
| HSV(B) | 319.53º | 0.61% | 0.55% | - |
| XYZ | 15.06 | 9.38 | 16.35 | - |
| YUV | 86.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 112 | 0 | 0.61 | 0.20 | 0.45 | 319.53 | 0.44 | 0.38 |
| Hex | 8C | 36 | 70 | 0 | 3D | 14 | 2D | 140 | 2C | 26 |
| Octal | 214 | 66 | 160 | 0 | 75 | 24 | 55 | 500 | 54 | 46 |
| Binary | 10001100 | 110110 | 1110000 | 0 | 111101 | 10100 | 101101 | 101000000 | 101100 | 100110 |
Color Harmonies of #8C3670
Complementary color
Monochromatic Colors of #8C3670
Black with #8C3670
Text Example
Text Example
White with #8C3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3670; }
p { color: rgb(140,54,112); }
H1.HeaderClassName
{
color: #8C3670;
}
.AnyTagClassName
{
color: #8C3670;
}
</style>
background-color css
<style>
a { background-color: #8C3670; }
a { background-color: rgb(140,54,112); }
div.DivClassName
{
background-color: #8C3670;
}
.BgClassName
{
background-color: #8C3670;
}
</style>
border-color css
<style>
span { border-color: #8C3670; }
span { border-color: rgb(140,54,112); }
td.TdClassName
{
border-color: #8C3670;
}
.TagClassName
{
border-color: #8C3670;
}
</style>