Shades of Dark Purple #8E2289
Tints of Dark Purple #8E2289
RGB
CMYK
RGB Variations
Color information
#8E2289 (or 0x8E2289) is known color: Dark Purple. HEX triplet: 8E, 22 and 89. RGB value is (142,34,137). Sum of RGB (Red+Green+Blue) = 142+34+137=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2289 is #71DD76. Grayscale: #4D4D4D. Windows color (decimal): -7462263 or 8987278. OLE color: 8987278.
HSL color Cylindrical-coordinate representation of color #8E2289: hue angle of 302.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2289 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 137 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.44 |
| HSL | 302.78º | 0.61% | 0.35% | - |
| HSV(B) | 302.78º | 0.76% | 0.56% | - |
| XYZ | 16.24 | 8.7 | 24.49 | - |
| YUV | 78.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 137 | 0 | 0.76 | 0.04 | 0.44 | 302.78 | 0.61 | 0.35 |
| Hex | 8E | 22 | 89 | 0 | 4C | 4 | 2C | 12F | 3D | 23 |
| Octal | 216 | 42 | 211 | 0 | 114 | 4 | 54 | 457 | 75 | 43 |
| Binary | 10001110 | 100010 | 10001001 | 0 | 1001100 | 100 | 101100 | 100101111 | 111101 | 100011 |
Color Harmonies of #8E2289
Complementary color
Monochromatic Colors of #8E2289
Black with #8E2289
Text Example
Text Example
White with #8E2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2289; }
p { color: rgb(142,34,137); }
H1.HeaderClassName
{
color: #8E2289;
}
.AnyTagClassName
{
color: #8E2289;
}
</style>
background-color css
<style>
a { background-color: #8E2289; }
a { background-color: rgb(142,34,137); }
div.DivClassName
{
background-color: #8E2289;
}
.BgClassName
{
background-color: #8E2289;
}
</style>
border-color css
<style>
span { border-color: #8E2289; }
span { border-color: rgb(142,34,137); }
td.TdClassName
{
border-color: #8E2289;
}
.TagClassName
{
border-color: #8E2289;
}
</style>