Shades of Eggplant #8F126B
Tints of Eggplant #8F126B
RGB
CMYK
RGB Variations
Color information
#8F126B (or 0x8F126B) is known color: Eggplant. HEX triplet: 8F, 12 and 6B. RGB value is (143,18,107). Sum of RGB (Red+Green+Blue) = 143+18+107=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F126B is #70ED94. Grayscale: #414141. Windows color (decimal): -7400853 or 7017103. OLE color: 7017103.
HSL color Cylindrical-coordinate representation of color #8F126B: hue angle of 317.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F126B is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 18 | 107 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.44 |
| HSL | 317.28º | 0.78% | 0.32% | - |
| HSV(B) | 317.28º | 0.87% | 0.56% | - |
| XYZ | 14.2 | 7.33 | 14.58 | - |
| YUV | 65.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 107 | 0 | 0.87 | 0.25 | 0.44 | 317.28 | 0.78 | 0.32 |
| Hex | 8F | 12 | 6B | 0 | 57 | 19 | 2C | 13D | 4E | 20 |
| Octal | 217 | 22 | 153 | 0 | 127 | 31 | 54 | 475 | 116 | 40 |
| Binary | 10001111 | 10010 | 1101011 | 0 | 1010111 | 11001 | 101100 | 100111101 | 1001110 | 100000 |
Color Harmonies of #8F126B
Complementary color
Monochromatic Colors of #8F126B
Black with #8F126B
Text Example
Text Example
White with #8F126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F126B; }
p { color: rgb(143,18,107); }
H1.HeaderClassName
{
color: #8F126B;
}
.AnyTagClassName
{
color: #8F126B;
}
</style>
background-color css
<style>
a { background-color: #8F126B; }
a { background-color: rgb(143,18,107); }
div.DivClassName
{
background-color: #8F126B;
}
.BgClassName
{
background-color: #8F126B;
}
</style>
border-color css
<style>
span { border-color: #8F126B; }
span { border-color: rgb(143,18,107); }
td.TdClassName
{
border-color: #8F126B;
}
.TagClassName
{
border-color: #8F126B;
}
</style>