Shades of Eggplant #8F1467
Tints of Eggplant #8F1467
RGB
CMYK
RGB Variations
Color information
#8F1467 (or 0x8F1467) is known color: Eggplant. HEX triplet: 8F, 14 and 67. RGB value is (143,20,103). Sum of RGB (Red+Green+Blue) = 143+20+103=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1467 is #70EB98. Grayscale: #424242. Windows color (decimal): -7400345 or 6755471. OLE color: 6755471.
HSL color Cylindrical-coordinate representation of color #8F1467: hue angle of 319.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1467 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 103 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.44 |
| HSL | 319.51º | 0.75% | 0.32% | - |
| HSV(B) | 319.51º | 0.86% | 0.56% | - |
| XYZ | 14.03 | 7.32 | 13.51 | - |
| YUV | 66.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 103 | 0 | 0.86 | 0.28 | 0.44 | 319.51 | 0.75 | 0.32 |
| Hex | 8F | 14 | 67 | 0 | 56 | 1C | 2C | 140 | 4B | 20 |
| Octal | 217 | 24 | 147 | 0 | 126 | 34 | 54 | 500 | 113 | 40 |
| Binary | 10001111 | 10100 | 1100111 | 0 | 1010110 | 11100 | 101100 | 101000000 | 1001011 | 100000 |
Color Harmonies of #8F1467
Complementary color
Monochromatic Colors of #8F1467
Black with #8F1467
Text Example
Text Example
White with #8F1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1467; }
p { color: rgb(143,20,103); }
H1.HeaderClassName
{
color: #8F1467;
}
.AnyTagClassName
{
color: #8F1467;
}
</style>
background-color css
<style>
a { background-color: #8F1467; }
a { background-color: rgb(143,20,103); }
div.DivClassName
{
background-color: #8F1467;
}
.BgClassName
{
background-color: #8F1467;
}
</style>
border-color css
<style>
span { border-color: #8F1467; }
span { border-color: rgb(143,20,103); }
td.TdClassName
{
border-color: #8F1467;
}
.TagClassName
{
border-color: #8F1467;
}
</style>