Shades of Eggplant #8B0F5B
Tints of Eggplant #8B0F5B
RGB
CMYK
RGB Variations
Color information
#8B0F5B (or 0x8B0F5B) is known color: Eggplant. HEX triplet: 8B, 0F and 5B. RGB value is (139,15,91). Sum of RGB (Red+Green+Blue) = 139+15+91=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F5B is #74F0A4. Grayscale: #3C3C3C. Windows color (decimal): -7663781 or 5967755. OLE color: 5967755.
HSL color Cylindrical-coordinate representation of color #8B0F5B: hue angle of 323.23º 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 #8B0F5B is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 91 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.45 |
| HSL | 323.23º | 0.81% | 0.3% | - |
| HSV(B) | 323.23º | 0.89% | 0.55% | - |
| XYZ | 12.71 | 6.59 | 10.5 | - |
| YUV | 60.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 91 | 0 | 0.89 | 0.35 | 0.45 | 323.23 | 0.81 | 0.3 |
| Hex | 8B | F | 5B | 0 | 59 | 23 | 2D | 143 | 51 | 1E |
| Octal | 213 | 17 | 133 | 0 | 131 | 43 | 55 | 503 | 121 | 36 |
| Binary | 10001011 | 1111 | 1011011 | 0 | 1011001 | 100011 | 101101 | 101000011 | 1010001 | 11110 |
Color Harmonies of #8B0F5B
Complementary color
Monochromatic Colors of #8B0F5B
Black with #8B0F5B
Text Example
Text Example
White with #8B0F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F5B; }
p { color: rgb(139,15,91); }
H1.HeaderClassName
{
color: #8B0F5B;
}
.AnyTagClassName
{
color: #8B0F5B;
}
</style>
background-color css
<style>
a { background-color: #8B0F5B; }
a { background-color: rgb(139,15,91); }
div.DivClassName
{
background-color: #8B0F5B;
}
.BgClassName
{
background-color: #8B0F5B;
}
</style>
border-color css
<style>
span { border-color: #8B0F5B; }
span { border-color: rgb(139,15,91); }
td.TdClassName
{
border-color: #8B0F5B;
}
.TagClassName
{
border-color: #8B0F5B;
}
</style>