Shades of Dark Purple #8E188B
Tints of Dark Purple #8E188B
RGB
CMYK
RGB Variations
Color information
#8E188B (or 0x8E188B) is known color: Dark Purple. HEX triplet: 8E, 18 and 8B. RGB value is (142,24,139). Sum of RGB (Red+Green+Blue) = 142+24+139=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E188B is #71E774. Grayscale: #484848. Windows color (decimal): -7464821 or 9115790. OLE color: 9115790.
HSL color Cylindrical-coordinate representation of color #8E188B: hue angle of 301.53º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E188B is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 139 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.44 |
| HSL | 301.53º | 0.71% | 0.33% | - |
| HSV(B) | 301.53º | 0.83% | 0.56% | - |
| XYZ | 16.14 | 8.27 | 25.17 | - |
| YUV | 72.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 139 | 0 | 0.83 | 0.02 | 0.44 | 301.53 | 0.71 | 0.33 |
| Hex | 8E | 18 | 8B | 0 | 53 | 2 | 2C | 12E | 47 | 21 |
| Octal | 216 | 30 | 213 | 0 | 123 | 2 | 54 | 456 | 107 | 41 |
| Binary | 10001110 | 11000 | 10001011 | 0 | 1010011 | 10 | 101100 | 100101110 | 1000111 | 100001 |
Color Harmonies of #8E188B
Complementary color
Monochromatic Colors of #8E188B
Black with #8E188B
Text Example
Text Example
White with #8E188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E188B; }
p { color: rgb(142,24,139); }
H1.HeaderClassName
{
color: #8E188B;
}
.AnyTagClassName
{
color: #8E188B;
}
</style>
background-color css
<style>
a { background-color: #8E188B; }
a { background-color: rgb(142,24,139); }
div.DivClassName
{
background-color: #8E188B;
}
.BgClassName
{
background-color: #8E188B;
}
</style>
border-color css
<style>
span { border-color: #8E188B; }
span { border-color: rgb(142,24,139); }
td.TdClassName
{
border-color: #8E188B;
}
.TagClassName
{
border-color: #8E188B;
}
</style>