Shades of Dark Purple #8D357B
Tints of Dark Purple #8D357B
RGB
CMYK
RGB Variations
Color information
#8D357B (or 0x8D357B) is known color: Dark Purple. HEX triplet: 8D, 35 and 7B. RGB value is (141,53,123). Sum of RGB (Red+Green+Blue) = 141+53+123=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D357B is #72CA84. Grayscale: #575757. Windows color (decimal): -7522949 or 8074637. OLE color: 8074637.
HSL color Cylindrical-coordinate representation of color #8D357B: hue angle of 312.27º 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 #8D357B is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 123 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.45 |
| HSL | 312.27º | 0.45% | 0.38% | - |
| HSV(B) | 312.27º | 0.62% | 0.55% | - |
| XYZ | 15.83 | 9.64 | 19.76 | - |
| YUV | 87.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 123 | 0 | 0.62 | 0.13 | 0.45 | 312.27 | 0.45 | 0.38 |
| Hex | 8D | 35 | 7B | 0 | 3E | D | 2D | 138 | 2D | 26 |
| Octal | 215 | 65 | 173 | 0 | 76 | 15 | 55 | 470 | 55 | 46 |
| Binary | 10001101 | 110101 | 1111011 | 0 | 111110 | 1101 | 101101 | 100111000 | 101101 | 100110 |
Color Harmonies of #8D357B
Complementary color
Monochromatic Colors of #8D357B
Black with #8D357B
Text Example
Text Example
White with #8D357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D357B; }
p { color: rgb(141,53,123); }
H1.HeaderClassName
{
color: #8D357B;
}
.AnyTagClassName
{
color: #8D357B;
}
</style>
background-color css
<style>
a { background-color: #8D357B; }
a { background-color: rgb(141,53,123); }
div.DivClassName
{
background-color: #8D357B;
}
.BgClassName
{
background-color: #8D357B;
}
</style>
border-color css
<style>
span { border-color: #8D357B; }
span { border-color: rgb(141,53,123); }
td.TdClassName
{
border-color: #8D357B;
}
.TagClassName
{
border-color: #8D357B;
}
</style>