Shades of Eggplant #8F0757
Tints of Eggplant #8F0757
RGB
CMYK
RGB Variations
Color information
#8F0757 (or 0x8F0757) is known color: Eggplant. HEX triplet: 8F, 07 and 57. RGB value is (143,7,87). Sum of RGB (Red+Green+Blue) = 143+7+87=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0757 is #70F8A8. Grayscale: #383838. Windows color (decimal): -7403689 or 5703567. OLE color: 5703567.
HSL color Cylindrical-coordinate representation of color #8F0757: hue angle of 324.71º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0757 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 87 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.44 |
| HSL | 324.71º | 0.91% | 0.29% | - |
| HSV(B) | 324.71º | 0.95% | 0.56% | - |
| XYZ | 13.12 | 6.68 | 9.61 | - |
| YUV | 56.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 87 | 0 | 0.95 | 0.39 | 0.44 | 324.71 | 0.91 | 0.29 |
| Hex | 8F | 7 | 57 | 0 | 5F | 27 | 2C | 145 | 5B | 1D |
| Octal | 217 | 7 | 127 | 0 | 137 | 47 | 54 | 505 | 133 | 35 |
| Binary | 10001111 | 111 | 1010111 | 0 | 1011111 | 100111 | 101100 | 101000101 | 1011011 | 11101 |
Color Harmonies of #8F0757
Complementary color
Monochromatic Colors of #8F0757
Black with #8F0757
Text Example
Text Example
White with #8F0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0757; }
p { color: rgb(143,7,87); }
H1.HeaderClassName
{
color: #8F0757;
}
.AnyTagClassName
{
color: #8F0757;
}
</style>
background-color css
<style>
a { background-color: #8F0757; }
a { background-color: rgb(143,7,87); }
div.DivClassName
{
background-color: #8F0757;
}
.BgClassName
{
background-color: #8F0757;
}
</style>
border-color css
<style>
span { border-color: #8F0757; }
span { border-color: rgb(143,7,87); }
td.TdClassName
{
border-color: #8F0757;
}
.TagClassName
{
border-color: #8F0757;
}
</style>