Shades of Eggplant #9C0067
Tints of Eggplant #9C0067
RGB
CMYK
RGB Variations
Color information
#9C0067 (or 0x9C0067) is known color: Eggplant. HEX triplet: 9C, 00 and 67. RGB value is (156,0,103). Sum of RGB (Red+Green+Blue) = 156+0+103=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0067 is #63FF98. Grayscale: #3A3A3A. Windows color (decimal): -6553497 or 6750364. OLE color: 6750364.
HSL color Cylindrical-coordinate representation of color #9C0067: hue angle of 320.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C0067 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.34 | 0.39 |
| HSL | 320.38º | 1% | 0.31% | - |
| HSV(B) | 320.38º | 1% | 0.61% | - |
| XYZ | 16.16 | 8.05 | 13.53 | - |
| YUV | 58.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 103 | 0 | 1 | 0.34 | 0.39 | 320.38 | 1 | 0.31 |
| Hex | 9C | 0 | 67 | 0 | 64 | 22 | 27 | 140 | 64 | 1F |
| Octal | 234 | 0 | 147 | 0 | 144 | 42 | 47 | 500 | 144 | 37 |
| Binary | 10011100 | 0 | 1100111 | 0 | 1100100 | 100010 | 100111 | 101000000 | 1100100 | 11111 |
Color Harmonies of #9C0067
Complementary color
Monochromatic Colors of #9C0067
Black with #9C0067
Text Example
Text Example
White with #9C0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0067; }
p { color: rgb(156,0,103); }
H1.HeaderClassName
{
color: #9C0067;
}
.AnyTagClassName
{
color: #9C0067;
}
</style>
background-color css
<style>
a { background-color: #9C0067; }
a { background-color: rgb(156,0,103); }
div.DivClassName
{
background-color: #9C0067;
}
.BgClassName
{
background-color: #9C0067;
}
</style>
border-color css
<style>
span { border-color: #9C0067; }
span { border-color: rgb(156,0,103); }
td.TdClassName
{
border-color: #9C0067;
}
.TagClassName
{
border-color: #9C0067;
}
</style>