Shades of Eggplant #8B125D
Tints of Eggplant #8B125D
RGB
CMYK
RGB Variations
Color information
#8B125D (or 0x8B125D) is known color: Eggplant. HEX triplet: 8B, 12 and 5D. RGB value is (139,18,93). Sum of RGB (Red+Green+Blue) = 139+18+93=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B125D is #74EDA2. Grayscale: #3E3E3E. Windows color (decimal): -7663011 or 6099595. OLE color: 6099595.
HSL color Cylindrical-coordinate representation of color #8B125D: hue angle of 322.81º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B125D is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 93 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.45 |
| HSL | 322.81º | 0.77% | 0.31% | - |
| HSV(B) | 322.81º | 0.87% | 0.55% | - |
| XYZ | 12.84 | 6.71 | 10.97 | - |
| YUV | 62.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 93 | 0 | 0.87 | 0.33 | 0.45 | 322.81 | 0.77 | 0.31 |
| Hex | 8B | 12 | 5D | 0 | 57 | 21 | 2D | 143 | 4D | 1F |
| Octal | 213 | 22 | 135 | 0 | 127 | 41 | 55 | 503 | 115 | 37 |
| Binary | 10001011 | 10010 | 1011101 | 0 | 1010111 | 100001 | 101101 | 101000011 | 1001101 | 11111 |
Color Harmonies of #8B125D
Complementary color
Monochromatic Colors of #8B125D
Black with #8B125D
Text Example
Text Example
White with #8B125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B125D; }
p { color: rgb(139,18,93); }
H1.HeaderClassName
{
color: #8B125D;
}
.AnyTagClassName
{
color: #8B125D;
}
</style>
background-color css
<style>
a { background-color: #8B125D; }
a { background-color: rgb(139,18,93); }
div.DivClassName
{
background-color: #8B125D;
}
.BgClassName
{
background-color: #8B125D;
}
</style>
border-color css
<style>
span { border-color: #8B125D; }
span { border-color: rgb(139,18,93); }
td.TdClassName
{
border-color: #8B125D;
}
.TagClassName
{
border-color: #8B125D;
}
</style>