Shades of Dark Purple #8D2E83
Tints of Dark Purple #8D2E83
RGB
CMYK
RGB Variations
Color information
#8D2E83 (or 0x8D2E83) is known color: Dark Purple. HEX triplet: 8D, 2E and 83. RGB value is (141,46,131). Sum of RGB (Red+Green+Blue) = 141+46+131=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2E83 is #72D17C. Grayscale: #535353. Windows color (decimal): -7524733 or 8597133. OLE color: 8597133.
HSL color Cylindrical-coordinate representation of color #8D2E83: hue angle of 306.32º degrees, saturation: 0.51, 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 #8D2E83 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 46 | 131 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.45 |
| HSL | 306.32º | 0.51% | 0.37% | - |
| HSV(B) | 306.32º | 0.67% | 0.55% | - |
| XYZ | 16.06 | 9.26 | 22.41 | - |
| YUV | 84.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 131 | 0 | 0.67 | 0.07 | 0.45 | 306.32 | 0.51 | 0.37 |
| Hex | 8D | 2E | 83 | 0 | 43 | 7 | 2D | 132 | 33 | 25 |
| Octal | 215 | 56 | 203 | 0 | 103 | 7 | 55 | 462 | 63 | 45 |
| Binary | 10001101 | 101110 | 10000011 | 0 | 1000011 | 111 | 101101 | 100110010 | 110011 | 100101 |
Color Harmonies of #8D2E83
Complementary color
Monochromatic Colors of #8D2E83
Black with #8D2E83
Text Example
Text Example
White with #8D2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2E83; }
p { color: rgb(141,46,131); }
H1.HeaderClassName
{
color: #8D2E83;
}
.AnyTagClassName
{
color: #8D2E83;
}
</style>
background-color css
<style>
a { background-color: #8D2E83; }
a { background-color: rgb(141,46,131); }
div.DivClassName
{
background-color: #8D2E83;
}
.BgClassName
{
background-color: #8D2E83;
}
</style>
border-color css
<style>
span { border-color: #8D2E83; }
span { border-color: rgb(141,46,131); }
td.TdClassName
{
border-color: #8D2E83;
}
.TagClassName
{
border-color: #8D2E83;
}
</style>