Shades of Dark Purple #8D2F82
Tints of Dark Purple #8D2F82
RGB
CMYK
RGB Variations
Color information
#8D2F82 (or 0x8D2F82) is known color: Dark Purple. HEX triplet: 8D, 2F and 82. RGB value is (141,47,130). Sum of RGB (Red+Green+Blue) = 141+47+130=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2F82 is #72D07D. Grayscale: #545454. Windows color (decimal): -7524478 or 8531853. OLE color: 8531853.
HSL color Cylindrical-coordinate representation of color #8D2F82: hue angle of 307.02º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F82 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 130 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.45 |
| HSL | 307.02º | 0.5% | 0.37% | - |
| HSV(B) | 307.02º | 0.67% | 0.55% | - |
| XYZ | 16.03 | 9.31 | 22.07 | - |
| YUV | 84.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 130 | 0 | 0.67 | 0.08 | 0.45 | 307.02 | 0.5 | 0.37 |
| Hex | 8D | 2F | 82 | 0 | 43 | 8 | 2D | 133 | 32 | 25 |
| Octal | 215 | 57 | 202 | 0 | 103 | 10 | 55 | 463 | 62 | 45 |
| Binary | 10001101 | 101111 | 10000010 | 0 | 1000011 | 1000 | 101101 | 100110011 | 110010 | 100101 |
Color Harmonies of #8D2F82
Complementary color
Monochromatic Colors of #8D2F82
Black with #8D2F82
Text Example
Text Example
White with #8D2F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F82; }
p { color: rgb(141,47,130); }
H1.HeaderClassName
{
color: #8D2F82;
}
.AnyTagClassName
{
color: #8D2F82;
}
</style>
background-color css
<style>
a { background-color: #8D2F82; }
a { background-color: rgb(141,47,130); }
div.DivClassName
{
background-color: #8D2F82;
}
.BgClassName
{
background-color: #8D2F82;
}
</style>
border-color css
<style>
span { border-color: #8D2F82; }
span { border-color: rgb(141,47,130); }
td.TdClassName
{
border-color: #8D2F82;
}
.TagClassName
{
border-color: #8D2F82;
}
</style>