Shades of Dark Purple #8C3B70
Tints of Dark Purple #8C3B70
RGB
CMYK
RGB Variations
Color information
#8C3B70 (or 0x8C3B70) is known color: Dark Purple. HEX triplet: 8C, 3B and 70. RGB value is (140,59,112). Sum of RGB (Red+Green+Blue) = 140+59+112=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3B70 is #73C48F. Grayscale: #595959. Windows color (decimal): -7586960 or 7355276. OLE color: 7355276.
HSL color Cylindrical-coordinate representation of color #8C3B70: hue angle of 320.74º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B70 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 59 | 112 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.45 |
| HSL | 320.74º | 0.41% | 0.39% | - |
| HSV(B) | 320.74º | 0.58% | 0.55% | - |
| XYZ | 15.3 | 9.87 | 16.43 | - |
| YUV | 89.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 112 | 0 | 0.58 | 0.20 | 0.45 | 320.74 | 0.41 | 0.39 |
| Hex | 8C | 3B | 70 | 0 | 3A | 14 | 2D | 141 | 29 | 27 |
| Octal | 214 | 73 | 160 | 0 | 72 | 24 | 55 | 501 | 51 | 47 |
| Binary | 10001100 | 111011 | 1110000 | 0 | 111010 | 10100 | 101101 | 101000001 | 101001 | 100111 |
Color Harmonies of #8C3B70
Complementary color
Monochromatic Colors of #8C3B70
Black with #8C3B70
Text Example
Text Example
White with #8C3B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3B70; }
p { color: rgb(140,59,112); }
H1.HeaderClassName
{
color: #8C3B70;
}
.AnyTagClassName
{
color: #8C3B70;
}
</style>
background-color css
<style>
a { background-color: #8C3B70; }
a { background-color: rgb(140,59,112); }
div.DivClassName
{
background-color: #8C3B70;
}
.BgClassName
{
background-color: #8C3B70;
}
</style>
border-color css
<style>
span { border-color: #8C3B70; }
span { border-color: rgb(140,59,112); }
td.TdClassName
{
border-color: #8C3B70;
}
.TagClassName
{
border-color: #8C3B70;
}
</style>