Shades of Eggplant #9D0270
Tints of Eggplant #9D0270
RGB
CMYK
RGB Variations
Color information
#9D0270 (or 0x9D0270) is known color: Eggplant. HEX triplet: 9D, 02 and 70. RGB value is (157,2,112). Sum of RGB (Red+Green+Blue) = 157+2+112=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0270 is #62FD8F. Grayscale: #3C3C3C. Windows color (decimal): -6487440 or 7340701. OLE color: 7340701.
HSL color Cylindrical-coordinate representation of color #9D0270: hue angle of 317.42º degrees, saturation: 0.97, 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 #9D0270 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.38 |
| HSL | 317.42º | 0.97% | 0.31% | - |
| HSV(B) | 317.42º | 0.99% | 0.62% | - |
| XYZ | 16.85 | 8.38 | 16.06 | - |
| YUV | 60.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 112 | 0 | 0.99 | 0.29 | 0.38 | 317.42 | 0.97 | 0.31 |
| Hex | 9D | 2 | 70 | 0 | 63 | 1D | 26 | 13D | 61 | 1F |
| Octal | 235 | 2 | 160 | 0 | 143 | 35 | 46 | 475 | 141 | 37 |
| Binary | 10011101 | 10 | 1110000 | 0 | 1100011 | 11101 | 100110 | 100111101 | 1100001 | 11111 |
Color Harmonies of #9D0270
Complementary color
Monochromatic Colors of #9D0270
Black with #9D0270
Text Example
Text Example
White with #9D0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0270; }
p { color: rgb(157,2,112); }
H1.HeaderClassName
{
color: #9D0270;
}
.AnyTagClassName
{
color: #9D0270;
}
</style>
background-color css
<style>
a { background-color: #9D0270; }
a { background-color: rgb(157,2,112); }
div.DivClassName
{
background-color: #9D0270;
}
.BgClassName
{
background-color: #9D0270;
}
</style>
border-color css
<style>
span { border-color: #9D0270; }
span { border-color: rgb(157,2,112); }
td.TdClassName
{
border-color: #9D0270;
}
.TagClassName
{
border-color: #9D0270;
}
</style>