Shades of Eggplant #8D075B
Tints of Eggplant #8D075B
RGB
CMYK
RGB Variations
Color information
#8D075B (or 0x8D075B) is known color: Eggplant. HEX triplet: 8D, 07 and 5B. RGB value is (141,7,91). Sum of RGB (Red+Green+Blue) = 141+7+91=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D075B is #72F8A4. Grayscale: #383838. Windows color (decimal): -7534757 or 5965709. OLE color: 5965709.
HSL color Cylindrical-coordinate representation of color #8D075B: hue angle of 322.39º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D075B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 91 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.45 |
| HSL | 322.39º | 0.91% | 0.29% | - |
| HSV(B) | 322.39º | 0.95% | 0.55% | - |
| XYZ | 12.95 | 6.57 | 10.48 | - |
| YUV | 56.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 91 | 0 | 0.95 | 0.35 | 0.45 | 322.39 | 0.91 | 0.29 |
| Hex | 8D | 7 | 5B | 0 | 5F | 23 | 2D | 142 | 5B | 1D |
| Octal | 215 | 7 | 133 | 0 | 137 | 43 | 55 | 502 | 133 | 35 |
| Binary | 10001101 | 111 | 1011011 | 0 | 1011111 | 100011 | 101101 | 101000010 | 1011011 | 11101 |
Color Harmonies of #8D075B
Complementary color
Monochromatic Colors of #8D075B
Black with #8D075B
Text Example
Text Example
White with #8D075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D075B; }
p { color: rgb(141,7,91); }
H1.HeaderClassName
{
color: #8D075B;
}
.AnyTagClassName
{
color: #8D075B;
}
</style>
background-color css
<style>
a { background-color: #8D075B; }
a { background-color: rgb(141,7,91); }
div.DivClassName
{
background-color: #8D075B;
}
.BgClassName
{
background-color: #8D075B;
}
</style>
border-color css
<style>
span { border-color: #8D075B; }
span { border-color: rgb(141,7,91); }
td.TdClassName
{
border-color: #8D075B;
}
.TagClassName
{
border-color: #8D075B;
}
</style>