Shades of Eggplant #9F067D
Tints of Eggplant #9F067D
RGB
CMYK
RGB Variations
Color information
#9F067D (or 0x9F067D) is known color: Eggplant. HEX triplet: 9F, 06 and 7D. RGB value is (159,6,125). Sum of RGB (Red+Green+Blue) = 159+6+125=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F067D is #60F982. Grayscale: #404040. Windows color (decimal): -6355331 or 8193695. OLE color: 8193695.
HSL color Cylindrical-coordinate representation of color #9F067D: hue angle of 313.33º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F067D is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 125 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.38 |
| HSL | 313.33º | 0.93% | 0.32% | - |
| HSV(B) | 313.33º | 0.96% | 0.62% | - |
| XYZ | 18.06 | 8.98 | 20.18 | - |
| YUV | 65.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 125 | 0 | 0.96 | 0.21 | 0.38 | 313.33 | 0.93 | 0.32 |
| Hex | 9F | 6 | 7D | 0 | 60 | 15 | 26 | 139 | 5D | 20 |
| Octal | 237 | 6 | 175 | 0 | 140 | 25 | 46 | 471 | 135 | 40 |
| Binary | 10011111 | 110 | 1111101 | 0 | 1100000 | 10101 | 100110 | 100111001 | 1011101 | 100000 |
Color Harmonies of #9F067D
Complementary color
Monochromatic Colors of #9F067D
Black with #9F067D
Text Example
Text Example
White with #9F067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F067D; }
p { color: rgb(159,6,125); }
H1.HeaderClassName
{
color: #9F067D;
}
.AnyTagClassName
{
color: #9F067D;
}
</style>
background-color css
<style>
a { background-color: #9F067D; }
a { background-color: rgb(159,6,125); }
div.DivClassName
{
background-color: #9F067D;
}
.BgClassName
{
background-color: #9F067D;
}
</style>
border-color css
<style>
span { border-color: #9F067D; }
span { border-color: rgb(159,6,125); }
td.TdClassName
{
border-color: #9F067D;
}
.TagClassName
{
border-color: #9F067D;
}
</style>