Shades of Eggplant #8B014A
Tints of Eggplant #8B014A
RGB
CMYK
RGB Variations
Color information
#8B014A (or 0x8B014A) is known color: Eggplant. HEX triplet: 8B, 01 and 4A. RGB value is (139,1,74). Sum of RGB (Red+Green+Blue) = 139+1+74=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B014A is #74FEB5. Grayscale: #323232. Windows color (decimal): -7667382 or 4850059. OLE color: 4850059.
HSL color Cylindrical-coordinate representation of color #8B014A: hue angle of 328.26º 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 #8B014A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.45 |
| HSL | 328.26º | 0.99% | 0.27% | - |
| HSV(B) | 328.26º | 0.99% | 0.55% | - |
| XYZ | 11.89 | 6.01 | 7.01 | - |
| YUV | 50.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 74 | 0 | 0.99 | 0.47 | 0.45 | 328.26 | 0.99 | 0.27 |
| Hex | 8B | 1 | 4A | 0 | 63 | 2F | 2D | 148 | 63 | 1B |
| Octal | 213 | 1 | 112 | 0 | 143 | 57 | 55 | 510 | 143 | 33 |
| Binary | 10001011 | 1 | 1001010 | 0 | 1100011 | 101111 | 101101 | 101001000 | 1100011 | 11011 |
Color Harmonies of #8B014A
Complementary color
Monochromatic Colors of #8B014A
Black with #8B014A
Text Example
Text Example
White with #8B014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B014A; }
p { color: rgb(139,1,74); }
H1.HeaderClassName
{
color: #8B014A;
}
.AnyTagClassName
{
color: #8B014A;
}
</style>
background-color css
<style>
a { background-color: #8B014A; }
a { background-color: rgb(139,1,74); }
div.DivClassName
{
background-color: #8B014A;
}
.BgClassName
{
background-color: #8B014A;
}
</style>
border-color css
<style>
span { border-color: #8B014A; }
span { border-color: rgb(139,1,74); }
td.TdClassName
{
border-color: #8B014A;
}
.TagClassName
{
border-color: #8B014A;
}
</style>