Shades of Dark Purple #8D357C
Tints of Dark Purple #8D357C
RGB
CMYK
RGB Variations
Color information
#8D357C (or 0x8D357C) is known color: Dark Purple. HEX triplet: 8D, 35 and 7C. RGB value is (141,53,124). Sum of RGB (Red+Green+Blue) = 141+53+124=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D357C is #72CA83. Grayscale: #575757. Windows color (decimal): -7522948 or 8140173. OLE color: 8140173.
HSL color Cylindrical-coordinate representation of color #8D357C: hue angle of 311.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D357C is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 124 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.45 |
| HSL | 311.59º | 0.45% | 0.38% | - |
| HSV(B) | 311.59º | 0.62% | 0.55% | - |
| XYZ | 15.9 | 9.66 | 20.1 | - |
| YUV | 87.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 124 | 0 | 0.62 | 0.12 | 0.45 | 311.59 | 0.45 | 0.38 |
| Hex | 8D | 35 | 7C | 0 | 3E | C | 2D | 138 | 2D | 26 |
| Octal | 215 | 65 | 174 | 0 | 76 | 14 | 55 | 470 | 55 | 46 |
| Binary | 10001101 | 110101 | 1111100 | 0 | 111110 | 1100 | 101101 | 100111000 | 101101 | 100110 |
Color Harmonies of #8D357C
Complementary color
Monochromatic Colors of #8D357C
Black with #8D357C
Text Example
Text Example
White with #8D357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D357C; }
p { color: rgb(141,53,124); }
H1.HeaderClassName
{
color: #8D357C;
}
.AnyTagClassName
{
color: #8D357C;
}
</style>
background-color css
<style>
a { background-color: #8D357C; }
a { background-color: rgb(141,53,124); }
div.DivClassName
{
background-color: #8D357C;
}
.BgClassName
{
background-color: #8D357C;
}
</style>
border-color css
<style>
span { border-color: #8D357C; }
span { border-color: rgb(141,53,124); }
td.TdClassName
{
border-color: #8D357C;
}
.TagClassName
{
border-color: #8D357C;
}
</style>