Shades of Dark Purple #8D2078
Tints of Dark Purple #8D2078
RGB
CMYK
RGB Variations
Color information
#8D2078 (or 0x8D2078) is known color: Dark Purple. HEX triplet: 8D, 20 and 78. RGB value is (141,32,120). Sum of RGB (Red+Green+Blue) = 141+32+120=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2078 is #72DF87. Grayscale: #4A4A4A. Windows color (decimal): -7528328 or 7872653. OLE color: 7872653.
HSL color Cylindrical-coordinate representation of color #8D2078: hue angle of 311.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2078 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 120 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.45 |
| HSL | 311.56º | 0.63% | 0.34% | - |
| HSV(B) | 311.56º | 0.77% | 0.55% | - |
| XYZ | 14.89 | 8.05 | 18.54 | - |
| YUV | 74.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 120 | 0 | 0.77 | 0.15 | 0.45 | 311.56 | 0.63 | 0.34 |
| Hex | 8D | 20 | 78 | 0 | 4D | F | 2D | 138 | 3F | 22 |
| Octal | 215 | 40 | 170 | 0 | 115 | 17 | 55 | 470 | 77 | 42 |
| Binary | 10001101 | 100000 | 1111000 | 0 | 1001101 | 1111 | 101101 | 100111000 | 111111 | 100010 |
Color Harmonies of #8D2078
Complementary color
Monochromatic Colors of #8D2078
Black with #8D2078
Text Example
Text Example
White with #8D2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2078; }
p { color: rgb(141,32,120); }
H1.HeaderClassName
{
color: #8D2078;
}
.AnyTagClassName
{
color: #8D2078;
}
</style>
background-color css
<style>
a { background-color: #8D2078; }
a { background-color: rgb(141,32,120); }
div.DivClassName
{
background-color: #8D2078;
}
.BgClassName
{
background-color: #8D2078;
}
</style>
border-color css
<style>
span { border-color: #8D2078; }
span { border-color: rgb(141,32,120); }
td.TdClassName
{
border-color: #8D2078;
}
.TagClassName
{
border-color: #8D2078;
}
</style>