Shades of Dark Purple #8C3180
Tints of Dark Purple #8C3180
RGB
CMYK
RGB Variations
Color information
#8C3180 (or 0x8C3180) is known color: Dark Purple. HEX triplet: 8C, 31 and 80. RGB value is (140,49,128). Sum of RGB (Red+Green+Blue) = 140+49+128=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3180 is #73CE7F. Grayscale: #545454. Windows color (decimal): -7589504 or 8401292. OLE color: 8401292.
HSL color Cylindrical-coordinate representation of color #8C3180: hue angle of 307.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3180 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 128 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.45 |
| HSL | 307.91º | 0.48% | 0.37% | - |
| HSV(B) | 307.91º | 0.65% | 0.55% | - |
| XYZ | 15.81 | 9.33 | 21.39 | - |
| YUV | 85.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 128 | 0 | 0.65 | 0.09 | 0.45 | 307.91 | 0.48 | 0.37 |
| Hex | 8C | 31 | 80 | 0 | 41 | 9 | 2D | 134 | 30 | 25 |
| Octal | 214 | 61 | 200 | 0 | 101 | 11 | 55 | 464 | 60 | 45 |
| Binary | 10001100 | 110001 | 10000000 | 0 | 1000001 | 1001 | 101101 | 100110100 | 110000 | 100101 |
Color Harmonies of #8C3180
Complementary color
Monochromatic Colors of #8C3180
Black with #8C3180
Text Example
Text Example
White with #8C3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3180; }
p { color: rgb(140,49,128); }
H1.HeaderClassName
{
color: #8C3180;
}
.AnyTagClassName
{
color: #8C3180;
}
</style>
background-color css
<style>
a { background-color: #8C3180; }
a { background-color: rgb(140,49,128); }
div.DivClassName
{
background-color: #8C3180;
}
.BgClassName
{
background-color: #8C3180;
}
</style>
border-color css
<style>
span { border-color: #8C3180; }
span { border-color: rgb(140,49,128); }
td.TdClassName
{
border-color: #8C3180;
}
.TagClassName
{
border-color: #8C3180;
}
</style>