Shades of Eggplant #8F1469
Tints of Eggplant #8F1469
RGB
CMYK
RGB Variations
Color information
#8F1469 (or 0x8F1469) is known color: Eggplant. HEX triplet: 8F, 14 and 69. RGB value is (143,20,105). Sum of RGB (Red+Green+Blue) = 143+20+105=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1469 is #70EB96. Grayscale: #424242. Windows color (decimal): -7400343 or 6886543. OLE color: 6886543.
HSL color Cylindrical-coordinate representation of color #8F1469: hue angle of 318.54º 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 #8F1469 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 105 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.44 |
| HSL | 318.54º | 0.75% | 0.32% | - |
| HSV(B) | 318.54º | 0.86% | 0.56% | - |
| XYZ | 14.13 | 7.36 | 14.04 | - |
| YUV | 66.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 105 | 0 | 0.86 | 0.27 | 0.44 | 318.54 | 0.75 | 0.32 |
| Hex | 8F | 14 | 69 | 0 | 56 | 1B | 2C | 13F | 4B | 20 |
| Octal | 217 | 24 | 151 | 0 | 126 | 33 | 54 | 477 | 113 | 40 |
| Binary | 10001111 | 10100 | 1101001 | 0 | 1010110 | 11011 | 101100 | 100111111 | 1001011 | 100000 |
Color Harmonies of #8F1469
Complementary color
Monochromatic Colors of #8F1469
Black with #8F1469
Text Example
Text Example
White with #8F1469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1469; }
p { color: rgb(143,20,105); }
H1.HeaderClassName
{
color: #8F1469;
}
.AnyTagClassName
{
color: #8F1469;
}
</style>
background-color css
<style>
a { background-color: #8F1469; }
a { background-color: rgb(143,20,105); }
div.DivClassName
{
background-color: #8F1469;
}
.BgClassName
{
background-color: #8F1469;
}
</style>
border-color css
<style>
span { border-color: #8F1469; }
span { border-color: rgb(143,20,105); }
td.TdClassName
{
border-color: #8F1469;
}
.TagClassName
{
border-color: #8F1469;
}
</style>