Shades of Dark Purple #8E238A
Tints of Dark Purple #8E238A
RGB
CMYK
RGB Variations
Color information
#8E238A (or 0x8E238A) is known color: Dark Purple. HEX triplet: 8E, 23 and 8A. RGB value is (142,35,138). Sum of RGB (Red+Green+Blue) = 142+35+138=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E238A is #71DC75. Grayscale: #4E4E4E. Windows color (decimal): -7462006 or 9053070. OLE color: 9053070.
HSL color Cylindrical-coordinate representation of color #8E238A: hue angle of 302.24º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E238A is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 138 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.44 |
| HSL | 302.24º | 0.6% | 0.35% | - |
| HSV(B) | 302.24º | 0.75% | 0.56% | - |
| XYZ | 16.34 | 8.79 | 24.88 | - |
| YUV | 78.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 138 | 0 | 0.75 | 0.03 | 0.44 | 302.24 | 0.6 | 0.35 |
| Hex | 8E | 23 | 8A | 0 | 4B | 3 | 2C | 12E | 3C | 23 |
| Octal | 216 | 43 | 212 | 0 | 113 | 3 | 54 | 456 | 74 | 43 |
| Binary | 10001110 | 100011 | 10001010 | 0 | 1001011 | 11 | 101100 | 100101110 | 111100 | 100011 |
Color Harmonies of #8E238A
Complementary color
Monochromatic Colors of #8E238A
Black with #8E238A
Text Example
Text Example
White with #8E238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E238A; }
p { color: rgb(142,35,138); }
H1.HeaderClassName
{
color: #8E238A;
}
.AnyTagClassName
{
color: #8E238A;
}
</style>
background-color css
<style>
a { background-color: #8E238A; }
a { background-color: rgb(142,35,138); }
div.DivClassName
{
background-color: #8E238A;
}
.BgClassName
{
background-color: #8E238A;
}
</style>
border-color css
<style>
span { border-color: #8E238A; }
span { border-color: rgb(142,35,138); }
td.TdClassName
{
border-color: #8E238A;
}
.TagClassName
{
border-color: #8E238A;
}
</style>