Shades of Dark Purple #8D2085
Tints of Dark Purple #8D2085
RGB
CMYK
RGB Variations
Color information
#8D2085 (or 0x8D2085) is known color: Dark Purple. HEX triplet: 8D, 20 and 85. RGB value is (141,32,133). Sum of RGB (Red+Green+Blue) = 141+32+133=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2085 is #72DF7A. Grayscale: #4B4B4B. Windows color (decimal): -7528315 or 8724621. OLE color: 8724621.
HSL color Cylindrical-coordinate representation of color #8D2085: hue angle of 304.4º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2085 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 133 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.45 |
| HSL | 304.4º | 0.63% | 0.34% | - |
| HSV(B) | 304.4º | 0.77% | 0.55% | - |
| XYZ | 15.73 | 8.39 | 22.98 | - |
| YUV | 76.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 133 | 0 | 0.77 | 0.06 | 0.45 | 304.4 | 0.63 | 0.34 |
| Hex | 8D | 20 | 85 | 0 | 4D | 6 | 2D | 130 | 3F | 22 |
| Octal | 215 | 40 | 205 | 0 | 115 | 6 | 55 | 460 | 77 | 42 |
| Binary | 10001101 | 100000 | 10000101 | 0 | 1001101 | 110 | 101101 | 100110000 | 111111 | 100010 |
Color Harmonies of #8D2085
Complementary color
Monochromatic Colors of #8D2085
Black with #8D2085
Text Example
Text Example
White with #8D2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2085; }
p { color: rgb(141,32,133); }
H1.HeaderClassName
{
color: #8D2085;
}
.AnyTagClassName
{
color: #8D2085;
}
</style>
background-color css
<style>
a { background-color: #8D2085; }
a { background-color: rgb(141,32,133); }
div.DivClassName
{
background-color: #8D2085;
}
.BgClassName
{
background-color: #8D2085;
}
</style>
border-color css
<style>
span { border-color: #8D2085; }
span { border-color: rgb(141,32,133); }
td.TdClassName
{
border-color: #8D2085;
}
.TagClassName
{
border-color: #8D2085;
}
</style>