Shades of Eggplant #8B0149
Tints of Eggplant #8B0149
RGB
CMYK
RGB Variations
Color information
#8B0149 (or 0x8B0149) is known color: Eggplant. HEX triplet: 8B, 01 and 49. RGB value is (139,1,73). Sum of RGB (Red+Green+Blue) = 139+1+73=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0149 is #74FEB6. Grayscale: #323232. Windows color (decimal): -7667383 or 4784523. OLE color: 4784523.
HSL color Cylindrical-coordinate representation of color #8B0149: hue angle of 328.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0149 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.45 |
| HSL | 328.7º | 0.99% | 0.27% | - |
| HSV(B) | 328.7º | 0.99% | 0.55% | - |
| XYZ | 11.86 | 5.99 | 6.83 | - |
| YUV | 50.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 73 | 0 | 0.99 | 0.47 | 0.45 | 328.7 | 0.99 | 0.27 |
| Hex | 8B | 1 | 49 | 0 | 63 | 2F | 2D | 149 | 63 | 1B |
| Octal | 213 | 1 | 111 | 0 | 143 | 57 | 55 | 511 | 143 | 33 |
| Binary | 10001011 | 1 | 1001001 | 0 | 1100011 | 101111 | 101101 | 101001001 | 1100011 | 11011 |
Color Harmonies of #8B0149
Complementary color
Monochromatic Colors of #8B0149
Black with #8B0149
Text Example
Text Example
White with #8B0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0149; }
p { color: rgb(139,1,73); }
H1.HeaderClassName
{
color: #8B0149;
}
.AnyTagClassName
{
color: #8B0149;
}
</style>
background-color css
<style>
a { background-color: #8B0149; }
a { background-color: rgb(139,1,73); }
div.DivClassName
{
background-color: #8B0149;
}
.BgClassName
{
background-color: #8B0149;
}
</style>
border-color css
<style>
span { border-color: #8B0149; }
span { border-color: rgb(139,1,73); }
td.TdClassName
{
border-color: #8B0149;
}
.TagClassName
{
border-color: #8B0149;
}
</style>