Shades of Dark Purple #8D3C7D
Tints of Dark Purple #8D3C7D
RGB
CMYK
RGB Variations
Color information
#8D3C7D (or 0x8D3C7D) is known color: Dark Purple. HEX triplet: 8D, 3C and 7D. RGB value is (141,60,125). Sum of RGB (Red+Green+Blue) = 141+60+125=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C7D is #72C382. Grayscale: #5B5B5B. Windows color (decimal): -7521155 or 8207501. OLE color: 8207501.
HSL color Cylindrical-coordinate representation of color #8D3C7D: hue angle of 311.85º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C7D is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 125 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.45 |
| HSL | 311.85º | 0.4% | 0.39% | - |
| HSV(B) | 311.85º | 0.57% | 0.55% | - |
| XYZ | 16.3 | 10.38 | 20.55 | - |
| YUV | 91.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 125 | 0 | 0.57 | 0.11 | 0.45 | 311.85 | 0.4 | 0.39 |
| Hex | 8D | 3C | 7D | 0 | 39 | B | 2D | 138 | 28 | 27 |
| Octal | 215 | 74 | 175 | 0 | 71 | 13 | 55 | 470 | 50 | 47 |
| Binary | 10001101 | 111100 | 1111101 | 0 | 111001 | 1011 | 101101 | 100111000 | 101000 | 100111 |
Color Harmonies of #8D3C7D
Complementary color
Monochromatic Colors of #8D3C7D
Black with #8D3C7D
Text Example
Text Example
White with #8D3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C7D; }
p { color: rgb(141,60,125); }
H1.HeaderClassName
{
color: #8D3C7D;
}
.AnyTagClassName
{
color: #8D3C7D;
}
</style>
background-color css
<style>
a { background-color: #8D3C7D; }
a { background-color: rgb(141,60,125); }
div.DivClassName
{
background-color: #8D3C7D;
}
.BgClassName
{
background-color: #8D3C7D;
}
</style>
border-color css
<style>
span { border-color: #8D3C7D; }
span { border-color: rgb(141,60,125); }
td.TdClassName
{
border-color: #8D3C7D;
}
.TagClassName
{
border-color: #8D3C7D;
}
</style>