Shades of Dark Purple #8D2C85
Tints of Dark Purple #8D2C85
RGB
CMYK
RGB Variations
Color information
#8D2C85 (or 0x8D2C85) is known color: Dark Purple. HEX triplet: 8D, 2C and 85. RGB value is (141,44,133). Sum of RGB (Red+Green+Blue) = 141+44+133=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C85 is #72D37A. Grayscale: #525252. Windows color (decimal): -7525243 or 8727693. OLE color: 8727693.
HSL color Cylindrical-coordinate representation of color #8D2C85: hue angle of 304.95º 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 #8D2C85 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 133 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.45 |
| HSL | 304.95º | 0.52% | 0.36% | - |
| HSV(B) | 304.95º | 0.69% | 0.55% | - |
| XYZ | 16.12 | 9.16 | 23.11 | - |
| YUV | 83.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 133 | 0 | 0.69 | 0.06 | 0.45 | 304.95 | 0.52 | 0.36 |
| Hex | 8D | 2C | 85 | 0 | 45 | 6 | 2D | 131 | 34 | 24 |
| Octal | 215 | 54 | 205 | 0 | 105 | 6 | 55 | 461 | 64 | 44 |
| Binary | 10001101 | 101100 | 10000101 | 0 | 1000101 | 110 | 101101 | 100110001 | 110100 | 100100 |
Color Harmonies of #8D2C85
Complementary color
Monochromatic Colors of #8D2C85
Black with #8D2C85
Text Example
Text Example
White with #8D2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C85; }
p { color: rgb(141,44,133); }
H1.HeaderClassName
{
color: #8D2C85;
}
.AnyTagClassName
{
color: #8D2C85;
}
</style>
background-color css
<style>
a { background-color: #8D2C85; }
a { background-color: rgb(141,44,133); }
div.DivClassName
{
background-color: #8D2C85;
}
.BgClassName
{
background-color: #8D2C85;
}
</style>
border-color css
<style>
span { border-color: #8D2C85; }
span { border-color: rgb(141,44,133); }
td.TdClassName
{
border-color: #8D2C85;
}
.TagClassName
{
border-color: #8D2C85;
}
</style>