Shades of Eggplant #8F0F69
Tints of Eggplant #8F0F69
RGB
CMYK
RGB Variations
Color information
#8F0F69 (or 0x8F0F69) is known color: Eggplant. HEX triplet: 8F, 0F and 69. RGB value is (143,15,105). Sum of RGB (Red+Green+Blue) = 143+15+105=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F69 is #70F096. Grayscale: #3F3F3F. Windows color (decimal): -7401623 or 6885263. OLE color: 6885263.
HSL color Cylindrical-coordinate representation of color #8F0F69: hue angle of 317.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F69 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 105 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.44 |
| HSL | 317.81º | 0.81% | 0.31% | - |
| HSV(B) | 317.81º | 0.9% | 0.56% | - |
| XYZ | 14.05 | 7.2 | 14.01 | - |
| YUV | 63.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 105 | 0 | 0.90 | 0.27 | 0.44 | 317.81 | 0.81 | 0.31 |
| Hex | 8F | F | 69 | 0 | 5A | 1B | 2C | 13E | 51 | 1F |
| Octal | 217 | 17 | 151 | 0 | 132 | 33 | 54 | 476 | 121 | 37 |
| Binary | 10001111 | 1111 | 1101001 | 0 | 1011010 | 11011 | 101100 | 100111110 | 1010001 | 11111 |
Color Harmonies of #8F0F69
Complementary color
Monochromatic Colors of #8F0F69
Black with #8F0F69
Text Example
Text Example
White with #8F0F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F69; }
p { color: rgb(143,15,105); }
H1.HeaderClassName
{
color: #8F0F69;
}
.AnyTagClassName
{
color: #8F0F69;
}
</style>
background-color css
<style>
a { background-color: #8F0F69; }
a { background-color: rgb(143,15,105); }
div.DivClassName
{
background-color: #8F0F69;
}
.BgClassName
{
background-color: #8F0F69;
}
</style>
border-color css
<style>
span { border-color: #8F0F69; }
span { border-color: rgb(143,15,105); }
td.TdClassName
{
border-color: #8F0F69;
}
.TagClassName
{
border-color: #8F0F69;
}
</style>