Shades of Dark Purple #8D2B85
Tints of Dark Purple #8D2B85
RGB
CMYK
RGB Variations
Color information
#8D2B85 (or 0x8D2B85) is known color: Dark Purple. HEX triplet: 8D, 2B and 85. RGB value is (141,43,133). Sum of RGB (Red+Green+Blue) = 141+43+133=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2B85 is #72D47A. Grayscale: #525252. Windows color (decimal): -7525499 or 8727437. OLE color: 8727437.
HSL color Cylindrical-coordinate representation of color #8D2B85: hue angle of 304.9º 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 #8D2B85 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 133 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.45 |
| HSL | 304.9º | 0.53% | 0.36% | - |
| HSV(B) | 304.9º | 0.7% | 0.55% | - |
| XYZ | 16.08 | 9.08 | 23.1 | - |
| YUV | 82.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 133 | 0 | 0.70 | 0.06 | 0.45 | 304.9 | 0.53 | 0.36 |
| Hex | 8D | 2B | 85 | 0 | 46 | 6 | 2D | 131 | 35 | 24 |
| Octal | 215 | 53 | 205 | 0 | 106 | 6 | 55 | 461 | 65 | 44 |
| Binary | 10001101 | 101011 | 10000101 | 0 | 1000110 | 110 | 101101 | 100110001 | 110101 | 100100 |
Color Harmonies of #8D2B85
Complementary color
Monochromatic Colors of #8D2B85
Black with #8D2B85
Text Example
Text Example
White with #8D2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B85; }
p { color: rgb(141,43,133); }
H1.HeaderClassName
{
color: #8D2B85;
}
.AnyTagClassName
{
color: #8D2B85;
}
</style>
background-color css
<style>
a { background-color: #8D2B85; }
a { background-color: rgb(141,43,133); }
div.DivClassName
{
background-color: #8D2B85;
}
.BgClassName
{
background-color: #8D2B85;
}
</style>
border-color css
<style>
span { border-color: #8D2B85; }
span { border-color: rgb(141,43,133); }
td.TdClassName
{
border-color: #8D2B85;
}
.TagClassName
{
border-color: #8D2B85;
}
</style>