Shades of Dark Purple #8D357D
Tints of Dark Purple #8D357D
RGB
CMYK
RGB Variations
Color information
#8D357D (or 0x8D357D) is known color: Dark Purple. HEX triplet: 8D, 35 and 7D. RGB value is (141,53,125). Sum of RGB (Red+Green+Blue) = 141+53+125=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D357D is #72CA82. Grayscale: #575757. Windows color (decimal): -7522947 or 8205709. OLE color: 8205709.
HSL color Cylindrical-coordinate representation of color #8D357D: hue angle of 310.91º 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 #8D357D is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 125 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.45 |
| HSL | 310.91º | 0.45% | 0.38% | - |
| HSV(B) | 310.91º | 0.62% | 0.55% | - |
| XYZ | 15.96 | 9.69 | 20.43 | - |
| YUV | 87.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 125 | 0 | 0.62 | 0.11 | 0.45 | 310.91 | 0.45 | 0.38 |
| Hex | 8D | 35 | 7D | 0 | 3E | B | 2D | 137 | 2D | 26 |
| Octal | 215 | 65 | 175 | 0 | 76 | 13 | 55 | 467 | 55 | 46 |
| Binary | 10001101 | 110101 | 1111101 | 0 | 111110 | 1011 | 101101 | 100110111 | 101101 | 100110 |
Color Harmonies of #8D357D
Complementary color
Monochromatic Colors of #8D357D
Black with #8D357D
Text Example
Text Example
White with #8D357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D357D; }
p { color: rgb(141,53,125); }
H1.HeaderClassName
{
color: #8D357D;
}
.AnyTagClassName
{
color: #8D357D;
}
</style>
background-color css
<style>
a { background-color: #8D357D; }
a { background-color: rgb(141,53,125); }
div.DivClassName
{
background-color: #8D357D;
}
.BgClassName
{
background-color: #8D357D;
}
</style>
border-color css
<style>
span { border-color: #8D357D; }
span { border-color: rgb(141,53,125); }
td.TdClassName
{
border-color: #8D357D;
}
.TagClassName
{
border-color: #8D357D;
}
</style>