Shades of Dark Purple #8D2C84
Tints of Dark Purple #8D2C84
RGB
CMYK
RGB Variations
Color information
#8D2C84 (or 0x8D2C84) is known color: Dark Purple. HEX triplet: 8D, 2C and 84. RGB value is (141,44,132). Sum of RGB (Red+Green+Blue) = 141+44+132=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C84 is #72D37B. Grayscale: #525252. Windows color (decimal): -7525244 or 8662157. OLE color: 8662157.
HSL color Cylindrical-coordinate representation of color #8D2C84: hue angle of 305.57º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2C84 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 132 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.45 |
| HSL | 305.57º | 0.52% | 0.36% | - |
| HSV(B) | 305.57º | 0.69% | 0.55% | - |
| XYZ | 16.05 | 9.13 | 22.75 | - |
| YUV | 83.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 132 | 0 | 0.69 | 0.06 | 0.45 | 305.57 | 0.52 | 0.36 |
| Hex | 8D | 2C | 84 | 0 | 45 | 6 | 2D | 132 | 34 | 24 |
| Octal | 215 | 54 | 204 | 0 | 105 | 6 | 55 | 462 | 64 | 44 |
| Binary | 10001101 | 101100 | 10000100 | 0 | 1000101 | 110 | 101101 | 100110010 | 110100 | 100100 |
Color Harmonies of #8D2C84
Complementary color
Monochromatic Colors of #8D2C84
Black with #8D2C84
Text Example
Text Example
White with #8D2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C84; }
p { color: rgb(141,44,132); }
H1.HeaderClassName
{
color: #8D2C84;
}
.AnyTagClassName
{
color: #8D2C84;
}
</style>
background-color css
<style>
a { background-color: #8D2C84; }
a { background-color: rgb(141,44,132); }
div.DivClassName
{
background-color: #8D2C84;
}
.BgClassName
{
background-color: #8D2C84;
}
</style>
border-color css
<style>
span { border-color: #8D2C84; }
span { border-color: rgb(141,44,132); }
td.TdClassName
{
border-color: #8D2C84;
}
.TagClassName
{
border-color: #8D2C84;
}
</style>