Shades of Dark Purple #8D3287
Tints of Dark Purple #8D3287
RGB
CMYK
RGB Variations
Color information
#8D3287 (or 0x8D3287) is known color: Dark Purple. HEX triplet: 8D, 32 and 87. RGB value is (141,50,135). Sum of RGB (Red+Green+Blue) = 141+50+135=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3287 is #72CD78. Grayscale: #565656. Windows color (decimal): -7523705 or 8860301. OLE color: 8860301.
HSL color Cylindrical-coordinate representation of color #8D3287: hue angle of 303.96º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3287 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 135 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.45 |
| HSL | 303.96º | 0.48% | 0.37% | - |
| HSV(B) | 303.96º | 0.65% | 0.55% | - |
| XYZ | 16.5 | 9.69 | 23.92 | - |
| YUV | 86.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 135 | 0 | 0.65 | 0.04 | 0.45 | 303.96 | 0.48 | 0.37 |
| Hex | 8D | 32 | 87 | 0 | 41 | 4 | 2D | 130 | 30 | 25 |
| Octal | 215 | 62 | 207 | 0 | 101 | 4 | 55 | 460 | 60 | 45 |
| Binary | 10001101 | 110010 | 10000111 | 0 | 1000001 | 100 | 101101 | 100110000 | 110000 | 100101 |
Color Harmonies of #8D3287
Complementary color
Monochromatic Colors of #8D3287
Black with #8D3287
Text Example
Text Example
White with #8D3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3287; }
p { color: rgb(141,50,135); }
H1.HeaderClassName
{
color: #8D3287;
}
.AnyTagClassName
{
color: #8D3287;
}
</style>
background-color css
<style>
a { background-color: #8D3287; }
a { background-color: rgb(141,50,135); }
div.DivClassName
{
background-color: #8D3287;
}
.BgClassName
{
background-color: #8D3287;
}
</style>
border-color css
<style>
span { border-color: #8D3287; }
span { border-color: rgb(141,50,135); }
td.TdClassName
{
border-color: #8D3287;
}
.TagClassName
{
border-color: #8D3287;
}
</style>