Shades of Dark Purple #8E2D89
Tints of Dark Purple #8E2D89
RGB
CMYK
RGB Variations
Color information
#8E2D89 (or 0x8E2D89) is known color: Dark Purple. HEX triplet: 8E, 2D and 89. RGB value is (142,45,137). Sum of RGB (Red+Green+Blue) = 142+45+137=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2D89 is #71D276. Grayscale: #545454. Windows color (decimal): -7459447 or 8990094. OLE color: 8990094.
HSL color Cylindrical-coordinate representation of color #8E2D89: hue angle of 303.09º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D89 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 137 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.44 |
| HSL | 303.09º | 0.52% | 0.37% | - |
| HSV(B) | 303.09º | 0.68% | 0.56% | - |
| XYZ | 16.61 | 9.43 | 24.61 | - |
| YUV | 84.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 137 | 0 | 0.68 | 0.04 | 0.44 | 303.09 | 0.52 | 0.37 |
| Hex | 8E | 2D | 89 | 0 | 44 | 4 | 2C | 12F | 34 | 25 |
| Octal | 216 | 55 | 211 | 0 | 104 | 4 | 54 | 457 | 64 | 45 |
| Binary | 10001110 | 101101 | 10001001 | 0 | 1000100 | 100 | 101100 | 100101111 | 110100 | 100101 |
Color Harmonies of #8E2D89
Complementary color
Monochromatic Colors of #8E2D89
Black with #8E2D89
Text Example
Text Example
White with #8E2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D89; }
p { color: rgb(142,45,137); }
H1.HeaderClassName
{
color: #8E2D89;
}
.AnyTagClassName
{
color: #8E2D89;
}
</style>
background-color css
<style>
a { background-color: #8E2D89; }
a { background-color: rgb(142,45,137); }
div.DivClassName
{
background-color: #8E2D89;
}
.BgClassName
{
background-color: #8E2D89;
}
</style>
border-color css
<style>
span { border-color: #8E2D89; }
span { border-color: rgb(142,45,137); }
td.TdClassName
{
border-color: #8E2D89;
}
.TagClassName
{
border-color: #8E2D89;
}
</style>