Shades of Eggplant #9F006B
Tints of Eggplant #9F006B
RGB
CMYK
RGB Variations
Color information
#9F006B (or 0x9F006B) is known color: Eggplant. HEX triplet: 9F, 00 and 6B. RGB value is (159,0,107). Sum of RGB (Red+Green+Blue) = 159+0+107=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F006B is #60FF94. Grayscale: #3B3B3B. Windows color (decimal): -6356885 or 7012511. OLE color: 7012511.
HSL color Cylindrical-coordinate representation of color #9F006B: hue angle of 319.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F006B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.33 | 0.38 |
| HSL | 319.62º | 1% | 0.31% | - |
| HSV(B) | 319.62º | 1% | 0.62% | - |
| XYZ | 16.95 | 8.43 | 14.64 | - |
| YUV | 59.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 107 | 0 | 1 | 0.33 | 0.38 | 319.62 | 1 | 0.31 |
| Hex | 9F | 0 | 6B | 0 | 64 | 21 | 26 | 140 | 64 | 1F |
| Octal | 237 | 0 | 153 | 0 | 144 | 41 | 46 | 500 | 144 | 37 |
| Binary | 10011111 | 0 | 1101011 | 0 | 1100100 | 100001 | 100110 | 101000000 | 1100100 | 11111 |
Color Harmonies of #9F006B
Complementary color
Monochromatic Colors of #9F006B
Black with #9F006B
Text Example
Text Example
White with #9F006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F006B; }
p { color: rgb(159,0,107); }
H1.HeaderClassName
{
color: #9F006B;
}
.AnyTagClassName
{
color: #9F006B;
}
</style>
background-color css
<style>
a { background-color: #9F006B; }
a { background-color: rgb(159,0,107); }
div.DivClassName
{
background-color: #9F006B;
}
.BgClassName
{
background-color: #9F006B;
}
</style>
border-color css
<style>
span { border-color: #9F006B; }
span { border-color: rgb(159,0,107); }
td.TdClassName
{
border-color: #9F006B;
}
.TagClassName
{
border-color: #9F006B;
}
</style>