Shades of Eggplant #9D015C
Tints of Eggplant #9D015C
RGB
CMYK
RGB Variations
Color information
#9D015C (or 0x9D015C) is known color: Eggplant. HEX triplet: 9D, 01 and 5C. RGB value is (157,1,92). Sum of RGB (Red+Green+Blue) = 157+1+92=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D015C is #62FEA3. Grayscale: #393939. Windows color (decimal): -6487716 or 6029725. OLE color: 6029725.
HSL color Cylindrical-coordinate representation of color #9D015C: hue angle of 325º 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 #9D015C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.38 |
| HSL | 325º | 0.99% | 0.31% | - |
| HSV(B) | 325º | 0.99% | 0.62% | - |
| XYZ | 15.85 | 7.96 | 10.83 | - |
| YUV | 58.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 92 | 0 | 0.99 | 0.41 | 0.38 | 325 | 0.99 | 0.31 |
| Hex | 9D | 1 | 5C | 0 | 63 | 29 | 26 | 145 | 63 | 1F |
| Octal | 235 | 1 | 134 | 0 | 143 | 51 | 46 | 505 | 143 | 37 |
| Binary | 10011101 | 1 | 1011100 | 0 | 1100011 | 101001 | 100110 | 101000101 | 1100011 | 11111 |
Color Harmonies of #9D015C
Complementary color
Monochromatic Colors of #9D015C
Black with #9D015C
Text Example
Text Example
White with #9D015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D015C; }
p { color: rgb(157,1,92); }
H1.HeaderClassName
{
color: #9D015C;
}
.AnyTagClassName
{
color: #9D015C;
}
</style>
background-color css
<style>
a { background-color: #9D015C; }
a { background-color: rgb(157,1,92); }
div.DivClassName
{
background-color: #9D015C;
}
.BgClassName
{
background-color: #9D015C;
}
</style>
border-color css
<style>
span { border-color: #9D015C; }
span { border-color: rgb(157,1,92); }
td.TdClassName
{
border-color: #9D015C;
}
.TagClassName
{
border-color: #9D015C;
}
</style>