Shades of Eggplant #8B0351
Tints of Eggplant #8B0351
RGB
CMYK
RGB Variations
Color information
#8B0351 (or 0x8B0351) is known color: Eggplant. HEX triplet: 8B, 03 and 51. RGB value is (139,3,81). Sum of RGB (Red+Green+Blue) = 139+3+81=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0351 is #74FCAE. Grayscale: #343434. Windows color (decimal): -7666863 or 5309323. OLE color: 5309323.
HSL color Cylindrical-coordinate representation of color #8B0351: hue angle of 325.59º 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 #8B0351 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.45 |
| HSL | 325.59º | 0.96% | 0.28% | - |
| HSV(B) | 325.59º | 0.98% | 0.55% | - |
| XYZ | 12.17 | 6.15 | 8.33 | - |
| YUV | 52.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 81 | 0 | 0.98 | 0.42 | 0.45 | 325.59 | 0.96 | 0.28 |
| Hex | 8B | 3 | 51 | 0 | 62 | 2A | 2D | 146 | 60 | 1C |
| Octal | 213 | 3 | 121 | 0 | 142 | 52 | 55 | 506 | 140 | 34 |
| Binary | 10001011 | 11 | 1010001 | 0 | 1100010 | 101010 | 101101 | 101000110 | 1100000 | 11100 |
Color Harmonies of #8B0351
Complementary color
Monochromatic Colors of #8B0351
Black with #8B0351
Text Example
Text Example
White with #8B0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0351; }
p { color: rgb(139,3,81); }
H1.HeaderClassName
{
color: #8B0351;
}
.AnyTagClassName
{
color: #8B0351;
}
</style>
background-color css
<style>
a { background-color: #8B0351; }
a { background-color: rgb(139,3,81); }
div.DivClassName
{
background-color: #8B0351;
}
.BgClassName
{
background-color: #8B0351;
}
</style>
border-color css
<style>
span { border-color: #8B0351; }
span { border-color: rgb(139,3,81); }
td.TdClassName
{
border-color: #8B0351;
}
.TagClassName
{
border-color: #8B0351;
}
</style>