Shades of Dark Purple #8E3F7A
Tints of Dark Purple #8E3F7A
RGB
CMYK
RGB Variations
Color information
#8E3F7A (or 0x8E3F7A) is known color: Dark Purple. HEX triplet: 8E, 3F and 7A. RGB value is (142,63,122). Sum of RGB (Red+Green+Blue) = 142+63+122=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F7A is #71C085. Grayscale: #5D5D5D. Windows color (decimal): -7454854 or 8011662. OLE color: 8011662.
HSL color Cylindrical-coordinate representation of color #8E3F7A: hue angle of 315.19º 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 #8E3F7A is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 63 | 122 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.44 |
| HSL | 315.19º | 0.39% | 0.4% | - |
| HSV(B) | 315.19º | 0.56% | 0.56% | - |
| XYZ | 16.45 | 10.71 | 19.61 | - |
| YUV | 93.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 122 | 0 | 0.56 | 0.14 | 0.44 | 315.19 | 0.39 | 0.4 |
| Hex | 8E | 3F | 7A | 0 | 38 | E | 2C | 13B | 27 | 28 |
| Octal | 216 | 77 | 172 | 0 | 70 | 16 | 54 | 473 | 47 | 50 |
| Binary | 10001110 | 111111 | 1111010 | 0 | 111000 | 1110 | 101100 | 100111011 | 100111 | 101000 |
Color Harmonies of #8E3F7A
Complementary color
Monochromatic Colors of #8E3F7A
Black with #8E3F7A
Text Example
Text Example
White with #8E3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3F7A; }
p { color: rgb(142,63,122); }
H1.HeaderClassName
{
color: #8E3F7A;
}
.AnyTagClassName
{
color: #8E3F7A;
}
</style>
background-color css
<style>
a { background-color: #8E3F7A; }
a { background-color: rgb(142,63,122); }
div.DivClassName
{
background-color: #8E3F7A;
}
.BgClassName
{
background-color: #8E3F7A;
}
</style>
border-color css
<style>
span { border-color: #8E3F7A; }
span { border-color: rgb(142,63,122); }
td.TdClassName
{
border-color: #8E3F7A;
}
.TagClassName
{
border-color: #8E3F7A;
}
</style>