Shades of Eggplant #8F0469
Tints of Eggplant #8F0469
RGB
CMYK
RGB Variations
Color information
#8F0469 (or 0x8F0469) is known color: Eggplant. HEX triplet: 8F, 04 and 69. RGB value is (143,4,105). Sum of RGB (Red+Green+Blue) = 143+4+105=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0469 is #70FB96. Grayscale: #383838. Windows color (decimal): -7404439 or 6882447. OLE color: 6882447.
HSL color Cylindrical-coordinate representation of color #8F0469: hue angle of 316.4º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0469 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 105 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.44 |
| HSL | 316.4º | 0.95% | 0.29% | - |
| HSV(B) | 316.4º | 0.97% | 0.56% | - |
| XYZ | 13.92 | 6.95 | 13.97 | - |
| YUV | 57.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 105 | 0 | 0.97 | 0.27 | 0.44 | 316.4 | 0.95 | 0.29 |
| Hex | 8F | 4 | 69 | 0 | 61 | 1B | 2C | 13C | 5F | 1D |
| Octal | 217 | 4 | 151 | 0 | 141 | 33 | 54 | 474 | 137 | 35 |
| Binary | 10001111 | 100 | 1101001 | 0 | 1100001 | 11011 | 101100 | 100111100 | 1011111 | 11101 |
Color Harmonies of #8F0469
Complementary color
Monochromatic Colors of #8F0469
Black with #8F0469
Text Example
Text Example
White with #8F0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0469; }
p { color: rgb(143,4,105); }
H1.HeaderClassName
{
color: #8F0469;
}
.AnyTagClassName
{
color: #8F0469;
}
</style>
background-color css
<style>
a { background-color: #8F0469; }
a { background-color: rgb(143,4,105); }
div.DivClassName
{
background-color: #8F0469;
}
.BgClassName
{
background-color: #8F0469;
}
</style>
border-color css
<style>
span { border-color: #8F0469; }
span { border-color: rgb(143,4,105); }
td.TdClassName
{
border-color: #8F0469;
}
.TagClassName
{
border-color: #8F0469;
}
</style>