Shades of Eggplant #8F105F
Tints of Eggplant #8F105F
RGB
CMYK
RGB Variations
Color information
#8F105F (or 0x8F105F) is known color: Eggplant. HEX triplet: 8F, 10 and 5F. RGB value is (143,16,95). Sum of RGB (Red+Green+Blue) = 143+16+95=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F105F is #70EFA0. Grayscale: #3E3E3E. Windows color (decimal): -7401377 or 6230159. OLE color: 6230159.
HSL color Cylindrical-coordinate representation of color #8F105F: hue angle of 322.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F105F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 95 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.44 |
| HSL | 322.68º | 0.8% | 0.31% | - |
| HSV(B) | 322.68º | 0.89% | 0.56% | - |
| XYZ | 13.58 | 7.04 | 11.47 | - |
| YUV | 62.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 95 | 0 | 0.89 | 0.34 | 0.44 | 322.68 | 0.8 | 0.31 |
| Hex | 8F | 10 | 5F | 0 | 59 | 22 | 2C | 143 | 50 | 1F |
| Octal | 217 | 20 | 137 | 0 | 131 | 42 | 54 | 503 | 120 | 37 |
| Binary | 10001111 | 10000 | 1011111 | 0 | 1011001 | 100010 | 101100 | 101000011 | 1010000 | 11111 |
Color Harmonies of #8F105F
Complementary color
Monochromatic Colors of #8F105F
Black with #8F105F
Text Example
Text Example
White with #8F105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F105F; }
p { color: rgb(143,16,95); }
H1.HeaderClassName
{
color: #8F105F;
}
.AnyTagClassName
{
color: #8F105F;
}
</style>
background-color css
<style>
a { background-color: #8F105F; }
a { background-color: rgb(143,16,95); }
div.DivClassName
{
background-color: #8F105F;
}
.BgClassName
{
background-color: #8F105F;
}
</style>
border-color css
<style>
span { border-color: #8F105F; }
span { border-color: rgb(143,16,95); }
td.TdClassName
{
border-color: #8F105F;
}
.TagClassName
{
border-color: #8F105F;
}
</style>