Shades of Dark Purple #8C3780
Tints of Dark Purple #8C3780
RGB
CMYK
RGB Variations
Color information
#8C3780 (or 0x8C3780) is known color: Dark Purple. HEX triplet: 8C, 37 and 80. RGB value is (140,55,128). Sum of RGB (Red+Green+Blue) = 140+55+128=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3780 is #73C87F. Grayscale: #585858. Windows color (decimal): -7587968 or 8402828. OLE color: 8402828.
HSL color Cylindrical-coordinate representation of color #8C3780: hue angle of 308.47º 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 #8C3780 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 128 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.45 |
| HSL | 308.47º | 0.44% | 0.38% | - |
| HSV(B) | 308.47º | 0.61% | 0.55% | - |
| XYZ | 16.08 | 9.87 | 21.48 | - |
| YUV | 88.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 128 | 0 | 0.61 | 0.09 | 0.45 | 308.47 | 0.44 | 0.38 |
| Hex | 8C | 37 | 80 | 0 | 3D | 9 | 2D | 134 | 2C | 26 |
| Octal | 214 | 67 | 200 | 0 | 75 | 11 | 55 | 464 | 54 | 46 |
| Binary | 10001100 | 110111 | 10000000 | 0 | 111101 | 1001 | 101101 | 100110100 | 101100 | 100110 |
Color Harmonies of #8C3780
Complementary color
Monochromatic Colors of #8C3780
Black with #8C3780
Text Example
Text Example
White with #8C3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3780; }
p { color: rgb(140,55,128); }
H1.HeaderClassName
{
color: #8C3780;
}
.AnyTagClassName
{
color: #8C3780;
}
</style>
background-color css
<style>
a { background-color: #8C3780; }
a { background-color: rgb(140,55,128); }
div.DivClassName
{
background-color: #8C3780;
}
.BgClassName
{
background-color: #8C3780;
}
</style>
border-color css
<style>
span { border-color: #8C3780; }
span { border-color: rgb(140,55,128); }
td.TdClassName
{
border-color: #8C3780;
}
.TagClassName
{
border-color: #8C3780;
}
</style>