Shades of Dark Purple #8D3582
Tints of Dark Purple #8D3582
RGB
CMYK
RGB Variations
Color information
#8D3582 (or 0x8D3582) is known color: Dark Purple. HEX triplet: 8D, 35 and 82. RGB value is (141,53,130). Sum of RGB (Red+Green+Blue) = 141+53+130=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3582 is #72CA7D. Grayscale: #575757. Windows color (decimal): -7522942 or 8533389. OLE color: 8533389.
HSL color Cylindrical-coordinate representation of color #8D3582: hue angle of 307.5º 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 #8D3582 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 130 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.45 |
| HSL | 307.5º | 0.45% | 0.38% | - |
| HSV(B) | 307.5º | 0.62% | 0.55% | - |
| XYZ | 16.29 | 9.82 | 22.16 | - |
| YUV | 88.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 130 | 0 | 0.62 | 0.08 | 0.45 | 307.5 | 0.45 | 0.38 |
| Hex | 8D | 35 | 82 | 0 | 3E | 8 | 2D | 134 | 2D | 26 |
| Octal | 215 | 65 | 202 | 0 | 76 | 10 | 55 | 464 | 55 | 46 |
| Binary | 10001101 | 110101 | 10000010 | 0 | 111110 | 1000 | 101101 | 100110100 | 101101 | 100110 |
Color Harmonies of #8D3582
Complementary color
Monochromatic Colors of #8D3582
Black with #8D3582
Text Example
Text Example
White with #8D3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3582; }
p { color: rgb(141,53,130); }
H1.HeaderClassName
{
color: #8D3582;
}
.AnyTagClassName
{
color: #8D3582;
}
</style>
background-color css
<style>
a { background-color: #8D3582; }
a { background-color: rgb(141,53,130); }
div.DivClassName
{
background-color: #8D3582;
}
.BgClassName
{
background-color: #8D3582;
}
</style>
border-color css
<style>
span { border-color: #8D3582; }
span { border-color: rgb(141,53,130); }
td.TdClassName
{
border-color: #8D3582;
}
.TagClassName
{
border-color: #8D3582;
}
</style>