Shades of Eggplant #8B0354
Tints of Eggplant #8B0354
RGB
CMYK
RGB Variations
Color information
#8B0354 (or 0x8B0354) is known color: Eggplant. HEX triplet: 8B, 03 and 54. RGB value is (139,3,84). Sum of RGB (Red+Green+Blue) = 139+3+84=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0354 is #74FCAB. Grayscale: #343434. Windows color (decimal): -7666860 or 5505931. OLE color: 5505931.
HSL color Cylindrical-coordinate representation of color #8B0354: hue angle of 324.26º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0354 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.45 |
| HSL | 324.26º | 0.96% | 0.28% | - |
| HSV(B) | 324.26º | 0.98% | 0.55% | - |
| XYZ | 12.28 | 6.19 | 8.94 | - |
| YUV | 52.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 84 | 0 | 0.98 | 0.40 | 0.45 | 324.26 | 0.96 | 0.28 |
| Hex | 8B | 3 | 54 | 0 | 62 | 28 | 2D | 144 | 60 | 1C |
| Octal | 213 | 3 | 124 | 0 | 142 | 50 | 55 | 504 | 140 | 34 |
| Binary | 10001011 | 11 | 1010100 | 0 | 1100010 | 101000 | 101101 | 101000100 | 1100000 | 11100 |
Color Harmonies of #8B0354
Complementary color
Monochromatic Colors of #8B0354
Black with #8B0354
Text Example
Text Example
White with #8B0354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0354; }
p { color: rgb(139,3,84); }
H1.HeaderClassName
{
color: #8B0354;
}
.AnyTagClassName
{
color: #8B0354;
}
</style>
background-color css
<style>
a { background-color: #8B0354; }
a { background-color: rgb(139,3,84); }
div.DivClassName
{
background-color: #8B0354;
}
.BgClassName
{
background-color: #8B0354;
}
</style>
border-color css
<style>
span { border-color: #8B0354; }
span { border-color: rgb(139,3,84); }
td.TdClassName
{
border-color: #8B0354;
}
.TagClassName
{
border-color: #8B0354;
}
</style>