Shades of Eggplant #8B0352
Tints of Eggplant #8B0352
RGB
CMYK
RGB Variations
Color information
#8B0352 (or 0x8B0352) is known color: Eggplant. HEX triplet: 8B, 03 and 52. RGB value is (139,3,82). Sum of RGB (Red+Green+Blue) = 139+3+82=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0352 is #74FCAD. Grayscale: #343434. Windows color (decimal): -7666862 or 5374859. OLE color: 5374859.
HSL color Cylindrical-coordinate representation of color #8B0352: hue angle of 325.15º 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 #8B0352 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.45 |
| HSL | 325.15º | 0.96% | 0.28% | - |
| HSV(B) | 325.15º | 0.98% | 0.55% | - |
| XYZ | 12.2 | 6.16 | 8.53 | - |
| YUV | 52.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 82 | 0 | 0.98 | 0.41 | 0.45 | 325.15 | 0.96 | 0.28 |
| Hex | 8B | 3 | 52 | 0 | 62 | 29 | 2D | 145 | 60 | 1C |
| Octal | 213 | 3 | 122 | 0 | 142 | 51 | 55 | 505 | 140 | 34 |
| Binary | 10001011 | 11 | 1010010 | 0 | 1100010 | 101001 | 101101 | 101000101 | 1100000 | 11100 |
Color Harmonies of #8B0352
Complementary color
Monochromatic Colors of #8B0352
Black with #8B0352
Text Example
Text Example
White with #8B0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0352; }
p { color: rgb(139,3,82); }
H1.HeaderClassName
{
color: #8B0352;
}
.AnyTagClassName
{
color: #8B0352;
}
</style>
background-color css
<style>
a { background-color: #8B0352; }
a { background-color: rgb(139,3,82); }
div.DivClassName
{
background-color: #8B0352;
}
.BgClassName
{
background-color: #8B0352;
}
</style>
border-color css
<style>
span { border-color: #8B0352; }
span { border-color: rgb(139,3,82); }
td.TdClassName
{
border-color: #8B0352;
}
.TagClassName
{
border-color: #8B0352;
}
</style>