Shades of Eggplant #9D005C
Tints of Eggplant #9D005C
RGB
CMYK
RGB Variations
Color information
#9D005C (or 0x9D005C) is known color: Eggplant. HEX triplet: 9D, 00 and 5C. RGB value is (157,0,92). Sum of RGB (Red+Green+Blue) = 157+0+92=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D005C is #62FFA3. Grayscale: #393939. Windows color (decimal): -6487972 or 6029469. OLE color: 6029469.
HSL color Cylindrical-coordinate representation of color #9D005C: hue angle of 324.84º 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 #9D005C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.41 | 0.38 |
| HSL | 324.84º | 1% | 0.31% | - |
| HSV(B) | 324.84º | 1% | 0.62% | - |
| XYZ | 15.84 | 7.94 | 10.82 | - |
| YUV | 57.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 92 | 0 | 1 | 0.41 | 0.38 | 324.84 | 1 | 0.31 |
| Hex | 9D | 0 | 5C | 0 | 64 | 29 | 26 | 145 | 64 | 1F |
| Octal | 235 | 0 | 134 | 0 | 144 | 51 | 46 | 505 | 144 | 37 |
| Binary | 10011101 | 0 | 1011100 | 0 | 1100100 | 101001 | 100110 | 101000101 | 1100100 | 11111 |
Color Harmonies of #9D005C
Complementary color
Monochromatic Colors of #9D005C
Black with #9D005C
Text Example
Text Example
White with #9D005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D005C; }
p { color: rgb(157,0,92); }
H1.HeaderClassName
{
color: #9D005C;
}
.AnyTagClassName
{
color: #9D005C;
}
</style>
background-color css
<style>
a { background-color: #9D005C; }
a { background-color: rgb(157,0,92); }
div.DivClassName
{
background-color: #9D005C;
}
.BgClassName
{
background-color: #9D005C;
}
</style>
border-color css
<style>
span { border-color: #9D005C; }
span { border-color: rgb(157,0,92); }
td.TdClassName
{
border-color: #9D005C;
}
.TagClassName
{
border-color: #9D005C;
}
</style>