Shades of Eggplant #9D027E
Tints of Eggplant #9D027E
RGB
CMYK
RGB Variations
Color information
#9D027E (or 0x9D027E) is known color: Eggplant. HEX triplet: 9D, 02 and 7E. RGB value is (157,2,126). Sum of RGB (Red+Green+Blue) = 157+2+126=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D027E is #62FD81. Grayscale: #3E3E3E. Windows color (decimal): -6487426 or 8258205. OLE color: 8258205.
HSL color Cylindrical-coordinate representation of color #9D027E: hue angle of 312º 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 #9D027E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.38 |
| HSL | 312º | 0.97% | 0.31% | - |
| HSV(B) | 312º | 0.99% | 0.62% | - |
| XYZ | 17.69 | 8.72 | 20.49 | - |
| YUV | 62.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 126 | 0 | 0.99 | 0.20 | 0.38 | 312 | 0.97 | 0.31 |
| Hex | 9D | 2 | 7E | 0 | 63 | 14 | 26 | 138 | 61 | 1F |
| Octal | 235 | 2 | 176 | 0 | 143 | 24 | 46 | 470 | 141 | 37 |
| Binary | 10011101 | 10 | 1111110 | 0 | 1100011 | 10100 | 100110 | 100111000 | 1100001 | 11111 |
Color Harmonies of #9D027E
Complementary color
Monochromatic Colors of #9D027E
Black with #9D027E
Text Example
Text Example
White with #9D027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D027E; }
p { color: rgb(157,2,126); }
H1.HeaderClassName
{
color: #9D027E;
}
.AnyTagClassName
{
color: #9D027E;
}
</style>
background-color css
<style>
a { background-color: #9D027E; }
a { background-color: rgb(157,2,126); }
div.DivClassName
{
background-color: #9D027E;
}
.BgClassName
{
background-color: #9D027E;
}
</style>
border-color css
<style>
span { border-color: #9D027E; }
span { border-color: rgb(157,2,126); }
td.TdClassName
{
border-color: #9D027E;
}
.TagClassName
{
border-color: #9D027E;
}
</style>