Shades of Dark Purple #8D207D
Tints of Dark Purple #8D207D
RGB
CMYK
RGB Variations
Color information
#8D207D (or 0x8D207D) is known color: Dark Purple. HEX triplet: 8D, 20 and 7D. RGB value is (141,32,125). Sum of RGB (Red+Green+Blue) = 141+32+125=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D207D is #72DF82. Grayscale: #4A4A4A. Windows color (decimal): -7528323 or 8200333. OLE color: 8200333.
HSL color Cylindrical-coordinate representation of color #8D207D: hue angle of 308.81º 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 #8D207D is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 125 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.45 |
| HSL | 308.81º | 0.63% | 0.34% | - |
| HSV(B) | 308.81º | 0.77% | 0.55% | - |
| XYZ | 15.2 | 8.18 | 20.18 | - |
| YUV | 75.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 125 | 0 | 0.77 | 0.11 | 0.45 | 308.81 | 0.63 | 0.34 |
| Hex | 8D | 20 | 7D | 0 | 4D | B | 2D | 135 | 3F | 22 |
| Octal | 215 | 40 | 175 | 0 | 115 | 13 | 55 | 465 | 77 | 42 |
| Binary | 10001101 | 100000 | 1111101 | 0 | 1001101 | 1011 | 101101 | 100110101 | 111111 | 100010 |
Color Harmonies of #8D207D
Complementary color
Monochromatic Colors of #8D207D
Black with #8D207D
Text Example
Text Example
White with #8D207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D207D; }
p { color: rgb(141,32,125); }
H1.HeaderClassName
{
color: #8D207D;
}
.AnyTagClassName
{
color: #8D207D;
}
</style>
background-color css
<style>
a { background-color: #8D207D; }
a { background-color: rgb(141,32,125); }
div.DivClassName
{
background-color: #8D207D;
}
.BgClassName
{
background-color: #8D207D;
}
</style>
border-color css
<style>
span { border-color: #8D207D; }
span { border-color: rgb(141,32,125); }
td.TdClassName
{
border-color: #8D207D;
}
.TagClassName
{
border-color: #8D207D;
}
</style>