Shades of Dark Purple #8E298B
Tints of Dark Purple #8E298B
RGB
CMYK
RGB Variations
Color information
#8E298B (or 0x8E298B) is known color: Dark Purple. HEX triplet: 8E, 29 and 8B. RGB value is (142,41,139). Sum of RGB (Red+Green+Blue) = 142+41+139=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E298B is #71D674. Grayscale: #525252. Windows color (decimal): -7460469 or 9120142. OLE color: 9120142.
HSL color Cylindrical-coordinate representation of color #8E298B: hue angle of 301.78º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E298B is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 139 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.44 |
| HSL | 301.78º | 0.55% | 0.36% | - |
| HSV(B) | 301.78º | 0.71% | 0.56% | - |
| XYZ | 16.61 | 9.2 | 25.33 | - |
| YUV | 82.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 139 | 0 | 0.71 | 0.02 | 0.44 | 301.78 | 0.55 | 0.36 |
| Hex | 8E | 29 | 8B | 0 | 47 | 2 | 2C | 12E | 37 | 24 |
| Octal | 216 | 51 | 213 | 0 | 107 | 2 | 54 | 456 | 67 | 44 |
| Binary | 10001110 | 101001 | 10001011 | 0 | 1000111 | 10 | 101100 | 100101110 | 110111 | 100100 |
Color Harmonies of #8E298B
Complementary color
Monochromatic Colors of #8E298B
Black with #8E298B
Text Example
Text Example
White with #8E298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E298B; }
p { color: rgb(142,41,139); }
H1.HeaderClassName
{
color: #8E298B;
}
.AnyTagClassName
{
color: #8E298B;
}
</style>
background-color css
<style>
a { background-color: #8E298B; }
a { background-color: rgb(142,41,139); }
div.DivClassName
{
background-color: #8E298B;
}
.BgClassName
{
background-color: #8E298B;
}
</style>
border-color css
<style>
span { border-color: #8E298B; }
span { border-color: rgb(142,41,139); }
td.TdClassName
{
border-color: #8E298B;
}
.TagClassName
{
border-color: #8E298B;
}
</style>