Shades of Dark Purple #8D3F7E
Tints of Dark Purple #8D3F7E
RGB
CMYK
RGB Variations
Color information
#8D3F7E (or 0x8D3F7E) is known color: Dark Purple. HEX triplet: 8D, 3F and 7E. RGB value is (141,63,126). Sum of RGB (Red+Green+Blue) = 141+63+126=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F7E is #72C081. Grayscale: #5D5D5D. Windows color (decimal): -7520386 or 8273805. OLE color: 8273805.
HSL color Cylindrical-coordinate representation of color #8D3F7E: hue angle of 311.54º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F7E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 126 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.45 |
| HSL | 311.54º | 0.38% | 0.4% | - |
| HSV(B) | 311.54º | 0.55% | 0.55% | - |
| XYZ | 16.53 | 10.72 | 20.94 | - |
| YUV | 93.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 126 | 0 | 0.55 | 0.11 | 0.45 | 311.54 | 0.38 | 0.4 |
| Hex | 8D | 3F | 7E | 0 | 37 | B | 2D | 138 | 26 | 28 |
| Octal | 215 | 77 | 176 | 0 | 67 | 13 | 55 | 470 | 46 | 50 |
| Binary | 10001101 | 111111 | 1111110 | 0 | 110111 | 1011 | 101101 | 100111000 | 100110 | 101000 |
Color Harmonies of #8D3F7E
Complementary color
Monochromatic Colors of #8D3F7E
Black with #8D3F7E
Text Example
Text Example
White with #8D3F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F7E; }
p { color: rgb(141,63,126); }
H1.HeaderClassName
{
color: #8D3F7E;
}
.AnyTagClassName
{
color: #8D3F7E;
}
</style>
background-color css
<style>
a { background-color: #8D3F7E; }
a { background-color: rgb(141,63,126); }
div.DivClassName
{
background-color: #8D3F7E;
}
.BgClassName
{
background-color: #8D3F7E;
}
</style>
border-color css
<style>
span { border-color: #8D3F7E; }
span { border-color: rgb(141,63,126); }
td.TdClassName
{
border-color: #8D3F7E;
}
.TagClassName
{
border-color: #8D3F7E;
}
</style>