Shades of Dark Purple #8D356E
Tints of Dark Purple #8D356E
RGB
CMYK
RGB Variations
Color information
#8D356E (or 0x8D356E) is known color: Dark Purple. HEX triplet: 8D, 35 and 6E. RGB value is (141,53,110). Sum of RGB (Red+Green+Blue) = 141+53+110=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D356E is #72CA91. Grayscale: #555555. Windows color (decimal): -7522962 or 7222669. OLE color: 7222669.
HSL color Cylindrical-coordinate representation of color #8D356E: hue angle of 321.14º 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 #8D356E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 110 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.45 |
| HSL | 321.14º | 0.45% | 0.38% | - |
| HSV(B) | 321.14º | 0.62% | 0.55% | - |
| XYZ | 15.07 | 9.33 | 15.76 | - |
| YUV | 85.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 110 | 0 | 0.62 | 0.22 | 0.45 | 321.14 | 0.45 | 0.38 |
| Hex | 8D | 35 | 6E | 0 | 3E | 16 | 2D | 141 | 2D | 26 |
| Octal | 215 | 65 | 156 | 0 | 76 | 26 | 55 | 501 | 55 | 46 |
| Binary | 10001101 | 110101 | 1101110 | 0 | 111110 | 10110 | 101101 | 101000001 | 101101 | 100110 |
Color Harmonies of #8D356E
Complementary color
Monochromatic Colors of #8D356E
Black with #8D356E
Text Example
Text Example
White with #8D356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D356E; }
p { color: rgb(141,53,110); }
H1.HeaderClassName
{
color: #8D356E;
}
.AnyTagClassName
{
color: #8D356E;
}
</style>
background-color css
<style>
a { background-color: #8D356E; }
a { background-color: rgb(141,53,110); }
div.DivClassName
{
background-color: #8D356E;
}
.BgClassName
{
background-color: #8D356E;
}
</style>
border-color css
<style>
span { border-color: #8D356E; }
span { border-color: rgb(141,53,110); }
td.TdClassName
{
border-color: #8D356E;
}
.TagClassName
{
border-color: #8D356E;
}
</style>