Shades of Dark Purple #8D3C80
Tints of Dark Purple #8D3C80
RGB
CMYK
RGB Variations
Color information
#8D3C80 (or 0x8D3C80) is known color: Dark Purple. HEX triplet: 8D, 3C and 80. RGB value is (141,60,128). Sum of RGB (Red+Green+Blue) = 141+60+128=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C80 is #72C37F. Grayscale: #5B5B5B. Windows color (decimal): -7521152 or 8404109. OLE color: 8404109.
HSL color Cylindrical-coordinate representation of color #8D3C80: hue angle of 309.63º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C80 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 128 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.45 |
| HSL | 309.63º | 0.4% | 0.39% | - |
| HSV(B) | 309.63º | 0.57% | 0.55% | - |
| XYZ | 16.5 | 10.45 | 21.57 | - |
| YUV | 91.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 128 | 0 | 0.57 | 0.09 | 0.45 | 309.63 | 0.4 | 0.39 |
| Hex | 8D | 3C | 80 | 0 | 39 | 9 | 2D | 136 | 28 | 27 |
| Octal | 215 | 74 | 200 | 0 | 71 | 11 | 55 | 466 | 50 | 47 |
| Binary | 10001101 | 111100 | 10000000 | 0 | 111001 | 1001 | 101101 | 100110110 | 101000 | 100111 |
Color Harmonies of #8D3C80
Complementary color
Monochromatic Colors of #8D3C80
Black with #8D3C80
Text Example
Text Example
White with #8D3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C80; }
p { color: rgb(141,60,128); }
H1.HeaderClassName
{
color: #8D3C80;
}
.AnyTagClassName
{
color: #8D3C80;
}
</style>
background-color css
<style>
a { background-color: #8D3C80; }
a { background-color: rgb(141,60,128); }
div.DivClassName
{
background-color: #8D3C80;
}
.BgClassName
{
background-color: #8D3C80;
}
</style>
border-color css
<style>
span { border-color: #8D3C80; }
span { border-color: rgb(141,60,128); }
td.TdClassName
{
border-color: #8D3C80;
}
.TagClassName
{
border-color: #8D3C80;
}
</style>