Shades of Dark Purple #8D2B82
Tints of Dark Purple #8D2B82
RGB
CMYK
RGB Variations
Color information
#8D2B82 (or 0x8D2B82) is known color: Dark Purple. HEX triplet: 8D, 2B and 82. RGB value is (141,43,130). Sum of RGB (Red+Green+Blue) = 141+43+130=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2B82 is #72D47D. Grayscale: #515151. Windows color (decimal): -7525502 or 8530829. OLE color: 8530829.
HSL color Cylindrical-coordinate representation of color #8D2B82: hue angle of 306.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2B82 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 130 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.45 |
| HSL | 306.73º | 0.53% | 0.36% | - |
| HSV(B) | 306.73º | 0.7% | 0.55% | - |
| XYZ | 15.88 | 9 | 22.02 | - |
| YUV | 82.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 130 | 0 | 0.70 | 0.08 | 0.45 | 306.73 | 0.53 | 0.36 |
| Hex | 8D | 2B | 82 | 0 | 46 | 8 | 2D | 133 | 35 | 24 |
| Octal | 215 | 53 | 202 | 0 | 106 | 10 | 55 | 463 | 65 | 44 |
| Binary | 10001101 | 101011 | 10000010 | 0 | 1000110 | 1000 | 101101 | 100110011 | 110101 | 100100 |
Color Harmonies of #8D2B82
Complementary color
Monochromatic Colors of #8D2B82
Black with #8D2B82
Text Example
Text Example
White with #8D2B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B82; }
p { color: rgb(141,43,130); }
H1.HeaderClassName
{
color: #8D2B82;
}
.AnyTagClassName
{
color: #8D2B82;
}
</style>
background-color css
<style>
a { background-color: #8D2B82; }
a { background-color: rgb(141,43,130); }
div.DivClassName
{
background-color: #8D2B82;
}
.BgClassName
{
background-color: #8D2B82;
}
</style>
border-color css
<style>
span { border-color: #8D2B82; }
span { border-color: rgb(141,43,130); }
td.TdClassName
{
border-color: #8D2B82;
}
.TagClassName
{
border-color: #8D2B82;
}
</style>