Shades of Eggplant #8B0A5C
Tints of Eggplant #8B0A5C
RGB
CMYK
RGB Variations
Color information
#8B0A5C (or 0x8B0A5C) is known color: Eggplant. HEX triplet: 8B, 0A and 5C. RGB value is (139,10,92). Sum of RGB (Red+Green+Blue) = 139+10+92=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A5C is #74F5A3. Grayscale: #393939. Windows color (decimal): -7665060 or 6032011. OLE color: 6032011.
HSL color Cylindrical-coordinate representation of color #8B0A5C: hue angle of 321.86º 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 #8B0A5C is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 92 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.45 |
| HSL | 321.86º | 0.87% | 0.29% | - |
| HSV(B) | 321.86º | 0.93% | 0.55% | - |
| XYZ | 12.69 | 6.48 | 10.71 | - |
| YUV | 57.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 92 | 0 | 0.93 | 0.34 | 0.45 | 321.86 | 0.87 | 0.29 |
| Hex | 8B | A | 5C | 0 | 5D | 22 | 2D | 142 | 57 | 1D |
| Octal | 213 | 12 | 134 | 0 | 135 | 42 | 55 | 502 | 127 | 35 |
| Binary | 10001011 | 1010 | 1011100 | 0 | 1011101 | 100010 | 101101 | 101000010 | 1010111 | 11101 |
Color Harmonies of #8B0A5C
Complementary color
Monochromatic Colors of #8B0A5C
Black with #8B0A5C
Text Example
Text Example
White with #8B0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A5C; }
p { color: rgb(139,10,92); }
H1.HeaderClassName
{
color: #8B0A5C;
}
.AnyTagClassName
{
color: #8B0A5C;
}
</style>
background-color css
<style>
a { background-color: #8B0A5C; }
a { background-color: rgb(139,10,92); }
div.DivClassName
{
background-color: #8B0A5C;
}
.BgClassName
{
background-color: #8B0A5C;
}
</style>
border-color css
<style>
span { border-color: #8B0A5C; }
span { border-color: rgb(139,10,92); }
td.TdClassName
{
border-color: #8B0A5C;
}
.TagClassName
{
border-color: #8B0A5C;
}
</style>