Shades of Dark Purple #8D2E6E
Tints of Dark Purple #8D2E6E
RGB
CMYK
RGB Variations
Color information
#8D2E6E (or 0x8D2E6E) is known color: Dark Purple. HEX triplet: 8D, 2E and 6E. RGB value is (141,46,110). Sum of RGB (Red+Green+Blue) = 141+46+110=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2E6E is #72D191. Grayscale: #515151. Windows color (decimal): -7524754 or 7220877. OLE color: 7220877.
HSL color Cylindrical-coordinate representation of color #8D2E6E: hue angle of 319.58º 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 #8D2E6E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 46 | 110 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.45 |
| HSL | 319.58º | 0.51% | 0.37% | - |
| HSV(B) | 319.58º | 0.67% | 0.55% | - |
| XYZ | 14.78 | 8.74 | 15.66 | - |
| YUV | 81.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 110 | 0 | 0.67 | 0.22 | 0.45 | 319.58 | 0.51 | 0.37 |
| Hex | 8D | 2E | 6E | 0 | 43 | 16 | 2D | 140 | 33 | 25 |
| Octal | 215 | 56 | 156 | 0 | 103 | 26 | 55 | 500 | 63 | 45 |
| Binary | 10001101 | 101110 | 1101110 | 0 | 1000011 | 10110 | 101101 | 101000000 | 110011 | 100101 |
Color Harmonies of #8D2E6E
Complementary color
Monochromatic Colors of #8D2E6E
Black with #8D2E6E
Text Example
Text Example
White with #8D2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2E6E; }
p { color: rgb(141,46,110); }
H1.HeaderClassName
{
color: #8D2E6E;
}
.AnyTagClassName
{
color: #8D2E6E;
}
</style>
background-color css
<style>
a { background-color: #8D2E6E; }
a { background-color: rgb(141,46,110); }
div.DivClassName
{
background-color: #8D2E6E;
}
.BgClassName
{
background-color: #8D2E6E;
}
</style>
border-color css
<style>
span { border-color: #8D2E6E; }
span { border-color: rgb(141,46,110); }
td.TdClassName
{
border-color: #8D2E6E;
}
.TagClassName
{
border-color: #8D2E6E;
}
</style>