Shades of Dark Purple #8D3280
Tints of Dark Purple #8D3280
RGB
CMYK
RGB Variations
Color information
#8D3280 (or 0x8D3280) is known color: Dark Purple. HEX triplet: 8D, 32 and 80. RGB value is (141,50,128). Sum of RGB (Red+Green+Blue) = 141+50+128=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3280 is #72CD7F. Grayscale: #555555. Windows color (decimal): -7523712 or 8401549. OLE color: 8401549.
HSL color Cylindrical-coordinate representation of color #8D3280: hue angle of 308.57º 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 #8D3280 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 128 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.45 |
| HSL | 308.57º | 0.48% | 0.37% | - |
| HSV(B) | 308.57º | 0.65% | 0.55% | - |
| XYZ | 16.02 | 9.5 | 21.41 | - |
| YUV | 86.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 128 | 0 | 0.65 | 0.09 | 0.45 | 308.57 | 0.48 | 0.37 |
| Hex | 8D | 32 | 80 | 0 | 41 | 9 | 2D | 135 | 30 | 25 |
| Octal | 215 | 62 | 200 | 0 | 101 | 11 | 55 | 465 | 60 | 45 |
| Binary | 10001101 | 110010 | 10000000 | 0 | 1000001 | 1001 | 101101 | 100110101 | 110000 | 100101 |
Color Harmonies of #8D3280
Complementary color
Monochromatic Colors of #8D3280
Black with #8D3280
Text Example
Text Example
White with #8D3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3280; }
p { color: rgb(141,50,128); }
H1.HeaderClassName
{
color: #8D3280;
}
.AnyTagClassName
{
color: #8D3280;
}
</style>
background-color css
<style>
a { background-color: #8D3280; }
a { background-color: rgb(141,50,128); }
div.DivClassName
{
background-color: #8D3280;
}
.BgClassName
{
background-color: #8D3280;
}
</style>
border-color css
<style>
span { border-color: #8D3280; }
span { border-color: rgb(141,50,128); }
td.TdClassName
{
border-color: #8D3280;
}
.TagClassName
{
border-color: #8D3280;
}
</style>