Shades of Dark Purple #8D1B78
Tints of Dark Purple #8D1B78
RGB
CMYK
RGB Variations
Color information
#8D1B78 (or 0x8D1B78) is known color: Dark Purple. HEX triplet: 8D, 1B and 78. RGB value is (141,27,120). Sum of RGB (Red+Green+Blue) = 141+27+120=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B78 is #72E487. Grayscale: #474747. Windows color (decimal): -7529608 or 7871373. OLE color: 7871373.
HSL color Cylindrical-coordinate representation of color #8D1B78: hue angle of 311.05º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B78 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 120 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.45 |
| HSL | 311.05º | 0.68% | 0.33% | - |
| HSV(B) | 311.05º | 0.81% | 0.55% | - |
| XYZ | 14.77 | 7.8 | 18.5 | - |
| YUV | 71.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 120 | 0 | 0.81 | 0.15 | 0.45 | 311.05 | 0.68 | 0.33 |
| Hex | 8D | 1B | 78 | 0 | 51 | F | 2D | 137 | 44 | 21 |
| Octal | 215 | 33 | 170 | 0 | 121 | 17 | 55 | 467 | 104 | 41 |
| Binary | 10001101 | 11011 | 1111000 | 0 | 1010001 | 1111 | 101101 | 100110111 | 1000100 | 100001 |
Color Harmonies of #8D1B78
Complementary color
Monochromatic Colors of #8D1B78
Black with #8D1B78
Text Example
Text Example
White with #8D1B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B78; }
p { color: rgb(141,27,120); }
H1.HeaderClassName
{
color: #8D1B78;
}
.AnyTagClassName
{
color: #8D1B78;
}
</style>
background-color css
<style>
a { background-color: #8D1B78; }
a { background-color: rgb(141,27,120); }
div.DivClassName
{
background-color: #8D1B78;
}
.BgClassName
{
background-color: #8D1B78;
}
</style>
border-color css
<style>
span { border-color: #8D1B78; }
span { border-color: rgb(141,27,120); }
td.TdClassName
{
border-color: #8D1B78;
}
.TagClassName
{
border-color: #8D1B78;
}
</style>