Shades of Eggplant #8F105C
Tints of Eggplant #8F105C
RGB
CMYK
RGB Variations
Color information
#8F105C (or 0x8F105C) is known color: Eggplant. HEX triplet: 8F, 10 and 5C. RGB value is (143,16,92). Sum of RGB (Red+Green+Blue) = 143+16+92=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F105C is #70EFA3. Grayscale: #3E3E3E. Windows color (decimal): -7401380 or 6033551. OLE color: 6033551.
HSL color Cylindrical-coordinate representation of color #8F105C: hue angle of 324.09º 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 #8F105C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 92 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.44 |
| HSL | 324.09º | 0.8% | 0.31% | - |
| HSV(B) | 324.09º | 0.89% | 0.56% | - |
| XYZ | 13.44 | 6.98 | 10.76 | - |
| YUV | 62.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 92 | 0 | 0.89 | 0.36 | 0.44 | 324.09 | 0.8 | 0.31 |
| Hex | 8F | 10 | 5C | 0 | 59 | 24 | 2C | 144 | 50 | 1F |
| Octal | 217 | 20 | 134 | 0 | 131 | 44 | 54 | 504 | 120 | 37 |
| Binary | 10001111 | 10000 | 1011100 | 0 | 1011001 | 100100 | 101100 | 101000100 | 1010000 | 11111 |
Color Harmonies of #8F105C
Complementary color
Monochromatic Colors of #8F105C
Black with #8F105C
Text Example
Text Example
White with #8F105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F105C; }
p { color: rgb(143,16,92); }
H1.HeaderClassName
{
color: #8F105C;
}
.AnyTagClassName
{
color: #8F105C;
}
</style>
background-color css
<style>
a { background-color: #8F105C; }
a { background-color: rgb(143,16,92); }
div.DivClassName
{
background-color: #8F105C;
}
.BgClassName
{
background-color: #8F105C;
}
</style>
border-color css
<style>
span { border-color: #8F105C; }
span { border-color: rgb(143,16,92); }
td.TdClassName
{
border-color: #8F105C;
}
.TagClassName
{
border-color: #8F105C;
}
</style>