Shades of Dark Purple #8C3577
Tints of Dark Purple #8C3577
RGB
CMYK
RGB Variations
Color information
#8C3577 (or 0x8C3577) is known color: Dark Purple. HEX triplet: 8C, 35 and 77. RGB value is (140,53,119). Sum of RGB (Red+Green+Blue) = 140+53+119=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3577 is #73CA88. Grayscale: #565656. Windows color (decimal): -7588489 or 7812492. OLE color: 7812492.
HSL color Cylindrical-coordinate representation of color #8C3577: hue angle of 314.48º 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 #8C3577 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 119 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.45 |
| HSL | 314.48º | 0.45% | 0.38% | - |
| HSV(B) | 314.48º | 0.62% | 0.55% | - |
| XYZ | 15.42 | 9.45 | 18.46 | - |
| YUV | 86.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 119 | 0 | 0.62 | 0.15 | 0.45 | 314.48 | 0.45 | 0.38 |
| Hex | 8C | 35 | 77 | 0 | 3E | F | 2D | 13A | 2D | 26 |
| Octal | 214 | 65 | 167 | 0 | 76 | 17 | 55 | 472 | 55 | 46 |
| Binary | 10001100 | 110101 | 1110111 | 0 | 111110 | 1111 | 101101 | 100111010 | 101101 | 100110 |
Color Harmonies of #8C3577
Complementary color
Monochromatic Colors of #8C3577
Black with #8C3577
Text Example
Text Example
White with #8C3577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3577; }
p { color: rgb(140,53,119); }
H1.HeaderClassName
{
color: #8C3577;
}
.AnyTagClassName
{
color: #8C3577;
}
</style>
background-color css
<style>
a { background-color: #8C3577; }
a { background-color: rgb(140,53,119); }
div.DivClassName
{
background-color: #8C3577;
}
.BgClassName
{
background-color: #8C3577;
}
</style>
border-color css
<style>
span { border-color: #8C3577; }
span { border-color: rgb(140,53,119); }
td.TdClassName
{
border-color: #8C3577;
}
.TagClassName
{
border-color: #8C3577;
}
</style>