Shades of Eggplant #9F017B
Tints of Eggplant #9F017B
RGB
CMYK
RGB Variations
Color information
#9F017B (or 0x9F017B) is known color: Eggplant. HEX triplet: 9F, 01 and 7B. RGB value is (159,1,123). Sum of RGB (Red+Green+Blue) = 159+1+123=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F017B is #60FE84. Grayscale: #3D3D3D. Windows color (decimal): -6356613 or 8061343. OLE color: 8061343.
HSL color Cylindrical-coordinate representation of color #9F017B: hue angle of 313.67º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F017B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.38 |
| HSL | 313.67º | 0.99% | 0.31% | - |
| HSV(B) | 313.67º | 0.99% | 0.62% | - |
| XYZ | 17.88 | 8.82 | 19.5 | - |
| YUV | 62.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 123 | 0 | 0.99 | 0.23 | 0.38 | 313.67 | 0.99 | 0.31 |
| Hex | 9F | 1 | 7B | 0 | 63 | 17 | 26 | 13A | 63 | 1F |
| Octal | 237 | 1 | 173 | 0 | 143 | 27 | 46 | 472 | 143 | 37 |
| Binary | 10011111 | 1 | 1111011 | 0 | 1100011 | 10111 | 100110 | 100111010 | 1100011 | 11111 |
Color Harmonies of #9F017B
Complementary color
Monochromatic Colors of #9F017B
Black with #9F017B
Text Example
Text Example
White with #9F017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F017B; }
p { color: rgb(159,1,123); }
H1.HeaderClassName
{
color: #9F017B;
}
.AnyTagClassName
{
color: #9F017B;
}
</style>
background-color css
<style>
a { background-color: #9F017B; }
a { background-color: rgb(159,1,123); }
div.DivClassName
{
background-color: #9F017B;
}
.BgClassName
{
background-color: #9F017B;
}
</style>
border-color css
<style>
span { border-color: #9F017B; }
span { border-color: rgb(159,1,123); }
td.TdClassName
{
border-color: #9F017B;
}
.TagClassName
{
border-color: #9F017B;
}
</style>