Shades of Eggplant #8F105B
Tints of Eggplant #8F105B
RGB
CMYK
RGB Variations
Color information
#8F105B (or 0x8F105B) is known color: Eggplant. HEX triplet: 8F, 10 and 5B. RGB value is (143,16,91). Sum of RGB (Red+Green+Blue) = 143+16+91=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F105B is #70EFA4. Grayscale: #3E3E3E. Windows color (decimal): -7401381 or 5968015. OLE color: 5968015.
HSL color Cylindrical-coordinate representation of color #8F105B: hue angle of 324.57º 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 #8F105B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 91 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.44 |
| HSL | 324.57º | 0.8% | 0.31% | - |
| HSV(B) | 324.57º | 0.89% | 0.56% | - |
| XYZ | 13.4 | 6.97 | 10.54 | - |
| YUV | 62.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 91 | 0 | 0.89 | 0.36 | 0.44 | 324.57 | 0.8 | 0.31 |
| Hex | 8F | 10 | 5B | 0 | 59 | 24 | 2C | 145 | 50 | 1F |
| Octal | 217 | 20 | 133 | 0 | 131 | 44 | 54 | 505 | 120 | 37 |
| Binary | 10001111 | 10000 | 1011011 | 0 | 1011001 | 100100 | 101100 | 101000101 | 1010000 | 11111 |
Color Harmonies of #8F105B
Complementary color
Monochromatic Colors of #8F105B
Black with #8F105B
Text Example
Text Example
White with #8F105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F105B; }
p { color: rgb(143,16,91); }
H1.HeaderClassName
{
color: #8F105B;
}
.AnyTagClassName
{
color: #8F105B;
}
</style>
background-color css
<style>
a { background-color: #8F105B; }
a { background-color: rgb(143,16,91); }
div.DivClassName
{
background-color: #8F105B;
}
.BgClassName
{
background-color: #8F105B;
}
</style>
border-color css
<style>
span { border-color: #8F105B; }
span { border-color: rgb(143,16,91); }
td.TdClassName
{
border-color: #8F105B;
}
.TagClassName
{
border-color: #8F105B;
}
</style>