Shades of Eggplant #8B0A5D
Tints of Eggplant #8B0A5D
RGB
CMYK
RGB Variations
Color information
#8B0A5D (or 0x8B0A5D) is known color: Eggplant. HEX triplet: 8B, 0A and 5D. RGB value is (139,10,93). Sum of RGB (Red+Green+Blue) = 139+10+93=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A5D is #74F5A2. Grayscale: #393939. Windows color (decimal): -7665059 or 6097547. OLE color: 6097547.
HSL color Cylindrical-coordinate representation of color #8B0A5D: hue angle of 321.4º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A5D is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 93 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.45 |
| HSL | 321.4º | 0.87% | 0.29% | - |
| HSV(B) | 321.4º | 0.93% | 0.55% | - |
| XYZ | 12.73 | 6.5 | 10.94 | - |
| YUV | 58.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 93 | 0 | 0.93 | 0.33 | 0.45 | 321.4 | 0.87 | 0.29 |
| Hex | 8B | A | 5D | 0 | 5D | 21 | 2D | 141 | 57 | 1D |
| Octal | 213 | 12 | 135 | 0 | 135 | 41 | 55 | 501 | 127 | 35 |
| Binary | 10001011 | 1010 | 1011101 | 0 | 1011101 | 100001 | 101101 | 101000001 | 1010111 | 11101 |
Color Harmonies of #8B0A5D
Complementary color
Monochromatic Colors of #8B0A5D
Black with #8B0A5D
Text Example
Text Example
White with #8B0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A5D; }
p { color: rgb(139,10,93); }
H1.HeaderClassName
{
color: #8B0A5D;
}
.AnyTagClassName
{
color: #8B0A5D;
}
</style>
background-color css
<style>
a { background-color: #8B0A5D; }
a { background-color: rgb(139,10,93); }
div.DivClassName
{
background-color: #8B0A5D;
}
.BgClassName
{
background-color: #8B0A5D;
}
</style>
border-color css
<style>
span { border-color: #8B0A5D; }
span { border-color: rgb(139,10,93); }
td.TdClassName
{
border-color: #8B0A5D;
}
.TagClassName
{
border-color: #8B0A5D;
}
</style>