Shades of Dark Purple #8D2F6E
Tints of Dark Purple #8D2F6E
RGB
CMYK
RGB Variations
Color information
#8D2F6E (or 0x8D2F6E) is known color: Dark Purple. HEX triplet: 8D, 2F and 6E. RGB value is (141,47,110). Sum of RGB (Red+Green+Blue) = 141+47+110=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F6E is #72D091. Grayscale: #525252. Windows color (decimal): -7524498 or 7221133. OLE color: 7221133.
HSL color Cylindrical-coordinate representation of color #8D2F6E: hue angle of 319.79º 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 #8D2F6E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 110 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.45 |
| HSL | 319.79º | 0.5% | 0.37% | - |
| HSV(B) | 319.79º | 0.67% | 0.55% | - |
| XYZ | 14.82 | 8.82 | 15.67 | - |
| YUV | 82.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 110 | 0 | 0.67 | 0.22 | 0.45 | 319.79 | 0.5 | 0.37 |
| Hex | 8D | 2F | 6E | 0 | 43 | 16 | 2D | 140 | 32 | 25 |
| Octal | 215 | 57 | 156 | 0 | 103 | 26 | 55 | 500 | 62 | 45 |
| Binary | 10001101 | 101111 | 1101110 | 0 | 1000011 | 10110 | 101101 | 101000000 | 110010 | 100101 |
Color Harmonies of #8D2F6E
Complementary color
Monochromatic Colors of #8D2F6E
Black with #8D2F6E
Text Example
Text Example
White with #8D2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F6E; }
p { color: rgb(141,47,110); }
H1.HeaderClassName
{
color: #8D2F6E;
}
.AnyTagClassName
{
color: #8D2F6E;
}
</style>
background-color css
<style>
a { background-color: #8D2F6E; }
a { background-color: rgb(141,47,110); }
div.DivClassName
{
background-color: #8D2F6E;
}
.BgClassName
{
background-color: #8D2F6E;
}
</style>
border-color css
<style>
span { border-color: #8D2F6E; }
span { border-color: rgb(141,47,110); }
td.TdClassName
{
border-color: #8D2F6E;
}
.TagClassName
{
border-color: #8D2F6E;
}
</style>