Shades of Eggplant #9D016A
Tints of Eggplant #9D016A
RGB
CMYK
RGB Variations
Color information
#9D016A (or 0x9D016A) is known color: Eggplant. HEX triplet: 9D, 01 and 6A. RGB value is (157,1,106). Sum of RGB (Red+Green+Blue) = 157+1+106=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D016A is #62FE95. Grayscale: #3B3B3B. Windows color (decimal): -6487702 or 6947229. OLE color: 6947229.
HSL color Cylindrical-coordinate representation of color #9D016A: hue angle of 319.62º 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 #9D016A is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.38 |
| HSL | 319.62º | 0.99% | 0.31% | - |
| HSV(B) | 319.62º | 0.99% | 0.62% | - |
| XYZ | 16.52 | 8.23 | 14.35 | - |
| YUV | 59.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 106 | 0 | 0.99 | 0.32 | 0.38 | 319.62 | 0.99 | 0.31 |
| Hex | 9D | 1 | 6A | 0 | 63 | 20 | 26 | 140 | 63 | 1F |
| Octal | 235 | 1 | 152 | 0 | 143 | 40 | 46 | 500 | 143 | 37 |
| Binary | 10011101 | 1 | 1101010 | 0 | 1100011 | 100000 | 100110 | 101000000 | 1100011 | 11111 |
Color Harmonies of #9D016A
Complementary color
Monochromatic Colors of #9D016A
Black with #9D016A
Text Example
Text Example
White with #9D016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D016A; }
p { color: rgb(157,1,106); }
H1.HeaderClassName
{
color: #9D016A;
}
.AnyTagClassName
{
color: #9D016A;
}
</style>
background-color css
<style>
a { background-color: #9D016A; }
a { background-color: rgb(157,1,106); }
div.DivClassName
{
background-color: #9D016A;
}
.BgClassName
{
background-color: #9D016A;
}
</style>
border-color css
<style>
span { border-color: #9D016A; }
span { border-color: rgb(157,1,106); }
td.TdClassName
{
border-color: #9D016A;
}
.TagClassName
{
border-color: #9D016A;
}
</style>