Shades of Eggplant #8F136A
Tints of Eggplant #8F136A
RGB
CMYK
RGB Variations
Color information
#8F136A (or 0x8F136A) is known color: Eggplant. HEX triplet: 8F, 13 and 6A. RGB value is (143,19,106). Sum of RGB (Red+Green+Blue) = 143+19+106=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F136A is #70EC95. Grayscale: #414141. Windows color (decimal): -7400598 or 6951823. OLE color: 6951823.
HSL color Cylindrical-coordinate representation of color #8F136A: hue angle of 317.9º degrees, saturation: 0.77, 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 #8F136A is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 106 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.44 |
| HSL | 317.9º | 0.77% | 0.32% | - |
| HSV(B) | 317.9º | 0.87% | 0.56% | - |
| XYZ | 14.16 | 7.35 | 14.31 | - |
| YUV | 65.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 106 | 0 | 0.87 | 0.26 | 0.44 | 317.9 | 0.77 | 0.32 |
| Hex | 8F | 13 | 6A | 0 | 57 | 1A | 2C | 13E | 4D | 20 |
| Octal | 217 | 23 | 152 | 0 | 127 | 32 | 54 | 476 | 115 | 40 |
| Binary | 10001111 | 10011 | 1101010 | 0 | 1010111 | 11010 | 101100 | 100111110 | 1001101 | 100000 |
Color Harmonies of #8F136A
Complementary color
Monochromatic Colors of #8F136A
Black with #8F136A
Text Example
Text Example
White with #8F136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F136A; }
p { color: rgb(143,19,106); }
H1.HeaderClassName
{
color: #8F136A;
}
.AnyTagClassName
{
color: #8F136A;
}
</style>
background-color css
<style>
a { background-color: #8F136A; }
a { background-color: rgb(143,19,106); }
div.DivClassName
{
background-color: #8F136A;
}
.BgClassName
{
background-color: #8F136A;
}
</style>
border-color css
<style>
span { border-color: #8F136A; }
span { border-color: rgb(143,19,106); }
td.TdClassName
{
border-color: #8F136A;
}
.TagClassName
{
border-color: #8F136A;
}
</style>