Shades of Eggplant #9C0275
Tints of Eggplant #9C0275
RGB
CMYK
RGB Variations
Color information
#9C0275 (or 0x9C0275) is known color: Eggplant. HEX triplet: 9C, 02 and 75. RGB value is (156,2,117). Sum of RGB (Red+Green+Blue) = 156+2+117=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0275 is #63FD8A. Grayscale: #3C3C3C. Windows color (decimal): -6552971 or 7668380. OLE color: 7668380.
HSL color Cylindrical-coordinate representation of color #9C0275: hue angle of 315.19º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0275 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.39 |
| HSL | 315.19º | 0.97% | 0.31% | - |
| HSV(B) | 315.19º | 0.99% | 0.61% | - |
| XYZ | 16.94 | 8.4 | 17.56 | - |
| YUV | 61.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 117 | 0 | 0.99 | 0.25 | 0.39 | 315.19 | 0.97 | 0.31 |
| Hex | 9C | 2 | 75 | 0 | 63 | 19 | 27 | 13B | 61 | 1F |
| Octal | 234 | 2 | 165 | 0 | 143 | 31 | 47 | 473 | 141 | 37 |
| Binary | 10011100 | 10 | 1110101 | 0 | 1100011 | 11001 | 100111 | 100111011 | 1100001 | 11111 |
Color Harmonies of #9C0275
Complementary color
Monochromatic Colors of #9C0275
Black with #9C0275
Text Example
Text Example
White with #9C0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0275; }
p { color: rgb(156,2,117); }
H1.HeaderClassName
{
color: #9C0275;
}
.AnyTagClassName
{
color: #9C0275;
}
</style>
background-color css
<style>
a { background-color: #9C0275; }
a { background-color: rgb(156,2,117); }
div.DivClassName
{
background-color: #9C0275;
}
.BgClassName
{
background-color: #9C0275;
}
</style>
border-color css
<style>
span { border-color: #9C0275; }
span { border-color: rgb(156,2,117); }
td.TdClassName
{
border-color: #9C0275;
}
.TagClassName
{
border-color: #9C0275;
}
</style>