Shades of Dark Purple #8E3F7F
Tints of Dark Purple #8E3F7F
RGB
CMYK
RGB Variations
Color information
#8E3F7F (or 0x8E3F7F) is known color: Dark Purple. HEX triplet: 8E, 3F and 7F. RGB value is (142,63,127). Sum of RGB (Red+Green+Blue) = 142+63+127=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F7F is #71C080. Grayscale: #5D5D5D. Windows color (decimal): -7454849 or 8339342. OLE color: 8339342.
HSL color Cylindrical-coordinate representation of color #8E3F7F: hue angle of 311.39º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3F7F is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 63 | 127 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.44 |
| HSL | 311.39º | 0.39% | 0.4% | - |
| HSV(B) | 311.39º | 0.56% | 0.56% | - |
| XYZ | 16.76 | 10.84 | 21.29 | - |
| YUV | 93.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 127 | 0 | 0.56 | 0.11 | 0.44 | 311.39 | 0.39 | 0.4 |
| Hex | 8E | 3F | 7F | 0 | 38 | B | 2C | 137 | 27 | 28 |
| Octal | 216 | 77 | 177 | 0 | 70 | 13 | 54 | 467 | 47 | 50 |
| Binary | 10001110 | 111111 | 1111111 | 0 | 111000 | 1011 | 101100 | 100110111 | 100111 | 101000 |
Color Harmonies of #8E3F7F
Complementary color
Monochromatic Colors of #8E3F7F
Black with #8E3F7F
Text Example
Text Example
White with #8E3F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3F7F; }
p { color: rgb(142,63,127); }
H1.HeaderClassName
{
color: #8E3F7F;
}
.AnyTagClassName
{
color: #8E3F7F;
}
</style>
background-color css
<style>
a { background-color: #8E3F7F; }
a { background-color: rgb(142,63,127); }
div.DivClassName
{
background-color: #8E3F7F;
}
.BgClassName
{
background-color: #8E3F7F;
}
</style>
border-color css
<style>
span { border-color: #8E3F7F; }
span { border-color: rgb(142,63,127); }
td.TdClassName
{
border-color: #8E3F7F;
}
.TagClassName
{
border-color: #8E3F7F;
}
</style>