Shades of Dark Purple #8D1F82
Tints of Dark Purple #8D1F82
RGB
CMYK
RGB Variations
Color information
#8D1F82 (or 0x8D1F82) is known color: Dark Purple. HEX triplet: 8D, 1F and 82. RGB value is (141,31,130). Sum of RGB (Red+Green+Blue) = 141+31+130=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1F82 is #72E07D. Grayscale: #4A4A4A. Windows color (decimal): -7528574 or 8527757. OLE color: 8527757.
HSL color Cylindrical-coordinate representation of color #8D1F82: hue angle of 306º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D1F82 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 130 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.45 |
| HSL | 306º | 0.64% | 0.34% | - |
| HSV(B) | 306º | 0.78% | 0.55% | - |
| XYZ | 15.5 | 8.25 | 21.9 | - |
| YUV | 75.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 130 | 0 | 0.78 | 0.08 | 0.45 | 306 | 0.64 | 0.34 |
| Hex | 8D | 1F | 82 | 0 | 4E | 8 | 2D | 132 | 40 | 22 |
| Octal | 215 | 37 | 202 | 0 | 116 | 10 | 55 | 462 | 100 | 42 |
| Binary | 10001101 | 11111 | 10000010 | 0 | 1001110 | 1000 | 101101 | 100110010 | 1000000 | 100010 |
Color Harmonies of #8D1F82
Complementary color
Monochromatic Colors of #8D1F82
Black with #8D1F82
Text Example
Text Example
White with #8D1F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F82; }
p { color: rgb(141,31,130); }
H1.HeaderClassName
{
color: #8D1F82;
}
.AnyTagClassName
{
color: #8D1F82;
}
</style>
background-color css
<style>
a { background-color: #8D1F82; }
a { background-color: rgb(141,31,130); }
div.DivClassName
{
background-color: #8D1F82;
}
.BgClassName
{
background-color: #8D1F82;
}
</style>
border-color css
<style>
span { border-color: #8D1F82; }
span { border-color: rgb(141,31,130); }
td.TdClassName
{
border-color: #8D1F82;
}
.TagClassName
{
border-color: #8D1F82;
}
</style>