Shades of Dark Purple #8D3680
Tints of Dark Purple #8D3680
RGB
CMYK
RGB Variations
Color information
#8D3680 (or 0x8D3680) is known color: Dark Purple. HEX triplet: 8D, 36 and 80. RGB value is (141,54,128). Sum of RGB (Red+Green+Blue) = 141+54+128=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3680 is #72C97F. Grayscale: #585858. Windows color (decimal): -7522688 or 8402573. OLE color: 8402573.
HSL color Cylindrical-coordinate representation of color #8D3680: hue angle of 308.97º 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 #8D3680 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 128 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.45 |
| HSL | 308.97º | 0.45% | 0.38% | - |
| HSV(B) | 308.97º | 0.62% | 0.55% | - |
| XYZ | 16.2 | 9.86 | 21.47 | - |
| YUV | 88.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 128 | 0 | 0.62 | 0.09 | 0.45 | 308.97 | 0.45 | 0.38 |
| Hex | 8D | 36 | 80 | 0 | 3E | 9 | 2D | 135 | 2D | 26 |
| Octal | 215 | 66 | 200 | 0 | 76 | 11 | 55 | 465 | 55 | 46 |
| Binary | 10001101 | 110110 | 10000000 | 0 | 111110 | 1001 | 101101 | 100110101 | 101101 | 100110 |
Color Harmonies of #8D3680
Complementary color
Monochromatic Colors of #8D3680
Black with #8D3680
Text Example
Text Example
White with #8D3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3680; }
p { color: rgb(141,54,128); }
H1.HeaderClassName
{
color: #8D3680;
}
.AnyTagClassName
{
color: #8D3680;
}
</style>
background-color css
<style>
a { background-color: #8D3680; }
a { background-color: rgb(141,54,128); }
div.DivClassName
{
background-color: #8D3680;
}
.BgClassName
{
background-color: #8D3680;
}
</style>
border-color css
<style>
span { border-color: #8D3680; }
span { border-color: rgb(141,54,128); }
td.TdClassName
{
border-color: #8D3680;
}
.TagClassName
{
border-color: #8D3680;
}
</style>