Shades of Eggplant #8B0F5C
Tints of Eggplant #8B0F5C
RGB
CMYK
RGB Variations
Color information
#8B0F5C (or 0x8B0F5C) is known color: Eggplant. HEX triplet: 8B, 0F and 5C. RGB value is (139,15,92). Sum of RGB (Red+Green+Blue) = 139+15+92=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F5C is #74F0A3. Grayscale: #3C3C3C. Windows color (decimal): -7663780 or 6033291. OLE color: 6033291.
HSL color Cylindrical-coordinate representation of color #8B0F5C: hue angle of 322.74º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F5C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 92 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.45 |
| HSL | 322.74º | 0.81% | 0.3% | - |
| HSV(B) | 322.74º | 0.89% | 0.55% | - |
| XYZ | 12.75 | 6.6 | 10.73 | - |
| YUV | 60.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 92 | 0 | 0.89 | 0.34 | 0.45 | 322.74 | 0.81 | 0.3 |
| Hex | 8B | F | 5C | 0 | 59 | 22 | 2D | 143 | 51 | 1E |
| Octal | 213 | 17 | 134 | 0 | 131 | 42 | 55 | 503 | 121 | 36 |
| Binary | 10001011 | 1111 | 1011100 | 0 | 1011001 | 100010 | 101101 | 101000011 | 1010001 | 11110 |
Color Harmonies of #8B0F5C
Complementary color
Monochromatic Colors of #8B0F5C
Black with #8B0F5C
Text Example
Text Example
White with #8B0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F5C; }
p { color: rgb(139,15,92); }
H1.HeaderClassName
{
color: #8B0F5C;
}
.AnyTagClassName
{
color: #8B0F5C;
}
</style>
background-color css
<style>
a { background-color: #8B0F5C; }
a { background-color: rgb(139,15,92); }
div.DivClassName
{
background-color: #8B0F5C;
}
.BgClassName
{
background-color: #8B0F5C;
}
</style>
border-color css
<style>
span { border-color: #8B0F5C; }
span { border-color: rgb(139,15,92); }
td.TdClassName
{
border-color: #8B0F5C;
}
.TagClassName
{
border-color: #8B0F5C;
}
</style>