Shades of Dark Purple #8D2B8A
Tints of Dark Purple #8D2B8A
RGB
CMYK
RGB Variations
Color information
#8D2B8A (or 0x8D2B8A) is known color: Dark Purple. HEX triplet: 8D, 2B and 8A. RGB value is (141,43,138). Sum of RGB (Red+Green+Blue) = 141+43+138=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2B8A is #72D475. Grayscale: #525252. Windows color (decimal): -7525494 or 9055117. OLE color: 9055117.
HSL color Cylindrical-coordinate representation of color #8D2B8A: hue angle of 301.84º 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 #8D2B8A is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 138 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.45 |
| HSL | 301.84º | 0.53% | 0.36% | - |
| HSV(B) | 301.84º | 0.7% | 0.55% | - |
| XYZ | 16.44 | 9.23 | 24.96 | - |
| YUV | 83.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 138 | 0 | 0.70 | 0.02 | 0.45 | 301.84 | 0.53 | 0.36 |
| Hex | 8D | 2B | 8A | 0 | 46 | 2 | 2D | 12E | 35 | 24 |
| Octal | 215 | 53 | 212 | 0 | 106 | 2 | 55 | 456 | 65 | 44 |
| Binary | 10001101 | 101011 | 10001010 | 0 | 1000110 | 10 | 101101 | 100101110 | 110101 | 100100 |
Color Harmonies of #8D2B8A
Complementary color
Monochromatic Colors of #8D2B8A
Black with #8D2B8A
Text Example
Text Example
White with #8D2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B8A; }
p { color: rgb(141,43,138); }
H1.HeaderClassName
{
color: #8D2B8A;
}
.AnyTagClassName
{
color: #8D2B8A;
}
</style>
background-color css
<style>
a { background-color: #8D2B8A; }
a { background-color: rgb(141,43,138); }
div.DivClassName
{
background-color: #8D2B8A;
}
.BgClassName
{
background-color: #8D2B8A;
}
</style>
border-color css
<style>
span { border-color: #8D2B8A; }
span { border-color: rgb(141,43,138); }
td.TdClassName
{
border-color: #8D2B8A;
}
.TagClassName
{
border-color: #8D2B8A;
}
</style>