Shades of Dark Purple #8D4278
Tints of Dark Purple #8D4278
RGB
CMYK
RGB Variations
Color information
#8D4278 (or 0x8D4278) is known color: Dark Purple. HEX triplet: 8D, 42 and 78. RGB value is (141,66,120). Sum of RGB (Red+Green+Blue) = 141+66+120=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4278 is #72BD87. Grayscale: #5E5E5E. Windows color (decimal): -7519624 or 7881357. OLE color: 7881357.
HSL color Cylindrical-coordinate representation of color #8D4278: hue angle of 316.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4278 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 120 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.45 |
| HSL | 316.8º | 0.36% | 0.41% | - |
| HSV(B) | 316.8º | 0.53% | 0.55% | - |
| XYZ | 16.32 | 10.92 | 19.02 | - |
| YUV | 94.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 120 | 0 | 0.53 | 0.15 | 0.45 | 316.8 | 0.36 | 0.41 |
| Hex | 8D | 42 | 78 | 0 | 35 | F | 2D | 13D | 24 | 29 |
| Octal | 215 | 102 | 170 | 0 | 65 | 17 | 55 | 475 | 44 | 51 |
| Binary | 10001101 | 1000010 | 1111000 | 0 | 110101 | 1111 | 101101 | 100111101 | 100100 | 101001 |
Color Harmonies of #8D4278
Complementary color
Monochromatic Colors of #8D4278
Black with #8D4278
Text Example
Text Example
White with #8D4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4278; }
p { color: rgb(141,66,120); }
H1.HeaderClassName
{
color: #8D4278;
}
.AnyTagClassName
{
color: #8D4278;
}
</style>
background-color css
<style>
a { background-color: #8D4278; }
a { background-color: rgb(141,66,120); }
div.DivClassName
{
background-color: #8D4278;
}
.BgClassName
{
background-color: #8D4278;
}
</style>
border-color css
<style>
span { border-color: #8D4278; }
span { border-color: rgb(141,66,120); }
td.TdClassName
{
border-color: #8D4278;
}
.TagClassName
{
border-color: #8D4278;
}
</style>