Shades of Dark Purple #8D1482
Tints of Dark Purple #8D1482
RGB
CMYK
RGB Variations
Color information
#8D1482 (or 0x8D1482) is known color: Dark Purple. HEX triplet: 8D, 14 and 82. RGB value is (141,20,130). Sum of RGB (Red+Green+Blue) = 141+20+130=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1482 is #72EB7D. Grayscale: #444444. Windows color (decimal): -7531390 or 8524941. OLE color: 8524941.
HSL color Cylindrical-coordinate representation of color #8D1482: hue angle of 305.45º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1482 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 130 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.45 |
| HSL | 305.45º | 0.75% | 0.32% | - |
| HSV(B) | 305.45º | 0.86% | 0.55% | - |
| XYZ | 15.26 | 7.77 | 21.82 | - |
| YUV | 68.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 130 | 0 | 0.86 | 0.08 | 0.45 | 305.45 | 0.75 | 0.32 |
| Hex | 8D | 14 | 82 | 0 | 56 | 8 | 2D | 131 | 4B | 20 |
| Octal | 215 | 24 | 202 | 0 | 126 | 10 | 55 | 461 | 113 | 40 |
| Binary | 10001101 | 10100 | 10000010 | 0 | 1010110 | 1000 | 101101 | 100110001 | 1001011 | 100000 |
Color Harmonies of #8D1482
Complementary color
Monochromatic Colors of #8D1482
Black with #8D1482
Text Example
Text Example
White with #8D1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1482; }
p { color: rgb(141,20,130); }
H1.HeaderClassName
{
color: #8D1482;
}
.AnyTagClassName
{
color: #8D1482;
}
</style>
background-color css
<style>
a { background-color: #8D1482; }
a { background-color: rgb(141,20,130); }
div.DivClassName
{
background-color: #8D1482;
}
.BgClassName
{
background-color: #8D1482;
}
</style>
border-color css
<style>
span { border-color: #8D1482; }
span { border-color: rgb(141,20,130); }
td.TdClassName
{
border-color: #8D1482;
}
.TagClassName
{
border-color: #8D1482;
}
</style>