Shades of Dark Purple #8E1D7B
Tints of Dark Purple #8E1D7B
RGB
CMYK
RGB Variations
Color information
#8E1D7B (or 0x8E1D7B) is known color: Dark Purple. HEX triplet: 8E, 1D and 7B. RGB value is (142,29,123). Sum of RGB (Red+Green+Blue) = 142+29+123=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D7B is #71E284. Grayscale: #494949. Windows color (decimal): -7463557 or 8068494. OLE color: 8068494.
HSL color Cylindrical-coordinate representation of color #8E1D7B: hue angle of 310.09º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D7B is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 123 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.44 |
| HSL | 310.09º | 0.66% | 0.34% | - |
| HSV(B) | 310.09º | 0.8% | 0.56% | - |
| XYZ | 15.17 | 8.06 | 19.5 | - |
| YUV | 73.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 123 | 0 | 0.80 | 0.13 | 0.44 | 310.09 | 0.66 | 0.34 |
| Hex | 8E | 1D | 7B | 0 | 50 | D | 2C | 136 | 42 | 22 |
| Octal | 216 | 35 | 173 | 0 | 120 | 15 | 54 | 466 | 102 | 42 |
| Binary | 10001110 | 11101 | 1111011 | 0 | 1010000 | 1101 | 101100 | 100110110 | 1000010 | 100010 |
Color Harmonies of #8E1D7B
Complementary color
Monochromatic Colors of #8E1D7B
Black with #8E1D7B
Text Example
Text Example
White with #8E1D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D7B; }
p { color: rgb(142,29,123); }
H1.HeaderClassName
{
color: #8E1D7B;
}
.AnyTagClassName
{
color: #8E1D7B;
}
</style>
background-color css
<style>
a { background-color: #8E1D7B; }
a { background-color: rgb(142,29,123); }
div.DivClassName
{
background-color: #8E1D7B;
}
.BgClassName
{
background-color: #8E1D7B;
}
</style>
border-color css
<style>
span { border-color: #8E1D7B; }
span { border-color: rgb(142,29,123); }
td.TdClassName
{
border-color: #8E1D7B;
}
.TagClassName
{
border-color: #8E1D7B;
}
</style>