Shades of Eggplant #8B0455
Tints of Eggplant #8B0455
RGB
CMYK
RGB Variations
Color information
#8B0455 (or 0x8B0455) is known color: Eggplant. HEX triplet: 8B, 04 and 55. RGB value is (139,4,85). Sum of RGB (Red+Green+Blue) = 139+4+85=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0455 is #74FBAA. Grayscale: #353535. Windows color (decimal): -7666603 or 5571723. OLE color: 5571723.
HSL color Cylindrical-coordinate representation of color #8B0455: hue angle of 324º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0455 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 85 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.45 |
| HSL | 324º | 0.94% | 0.28% | - |
| HSV(B) | 324º | 0.97% | 0.55% | - |
| XYZ | 12.33 | 6.23 | 9.15 | - |
| YUV | 53.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 85 | 0 | 0.97 | 0.39 | 0.45 | 324 | 0.94 | 0.28 |
| Hex | 8B | 4 | 55 | 0 | 61 | 27 | 2D | 144 | 5E | 1C |
| Octal | 213 | 4 | 125 | 0 | 141 | 47 | 55 | 504 | 136 | 34 |
| Binary | 10001011 | 100 | 1010101 | 0 | 1100001 | 100111 | 101101 | 101000100 | 1011110 | 11100 |
Color Harmonies of #8B0455
Complementary color
Monochromatic Colors of #8B0455
Black with #8B0455
Text Example
Text Example
White with #8B0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0455; }
p { color: rgb(139,4,85); }
H1.HeaderClassName
{
color: #8B0455;
}
.AnyTagClassName
{
color: #8B0455;
}
</style>
background-color css
<style>
a { background-color: #8B0455; }
a { background-color: rgb(139,4,85); }
div.DivClassName
{
background-color: #8B0455;
}
.BgClassName
{
background-color: #8B0455;
}
</style>
border-color css
<style>
span { border-color: #8B0455; }
span { border-color: rgb(139,4,85); }
td.TdClassName
{
border-color: #8B0455;
}
.TagClassName
{
border-color: #8B0455;
}
</style>