Shades of Eggplant #9C0367
Tints of Eggplant #9C0367
RGB
CMYK
RGB Variations
Color information
#9C0367 (or 0x9C0367) is known color: Eggplant. HEX triplet: 9C, 03 and 67. RGB value is (156,3,103). Sum of RGB (Red+Green+Blue) = 156+3+103=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0367 is #63FC98. Grayscale: #3B3B3B. Windows color (decimal): -6552729 or 6751132. OLE color: 6751132.
HSL color Cylindrical-coordinate representation of color #9C0367: hue angle of 320.78º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0367 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.39 |
| HSL | 320.78º | 0.96% | 0.31% | - |
| HSV(B) | 320.78º | 0.98% | 0.61% | - |
| XYZ | 16.19 | 8.11 | 13.54 | - |
| YUV | 60.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 103 | 0 | 0.98 | 0.34 | 0.39 | 320.78 | 0.96 | 0.31 |
| Hex | 9C | 3 | 67 | 0 | 62 | 22 | 27 | 141 | 60 | 1F |
| Octal | 234 | 3 | 147 | 0 | 142 | 42 | 47 | 501 | 140 | 37 |
| Binary | 10011100 | 11 | 1100111 | 0 | 1100010 | 100010 | 100111 | 101000001 | 1100000 | 11111 |
Color Harmonies of #9C0367
Complementary color
Monochromatic Colors of #9C0367
Black with #9C0367
Text Example
Text Example
White with #9C0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0367; }
p { color: rgb(156,3,103); }
H1.HeaderClassName
{
color: #9C0367;
}
.AnyTagClassName
{
color: #9C0367;
}
</style>
background-color css
<style>
a { background-color: #9C0367; }
a { background-color: rgb(156,3,103); }
div.DivClassName
{
background-color: #9C0367;
}
.BgClassName
{
background-color: #9C0367;
}
</style>
border-color css
<style>
span { border-color: #9C0367; }
span { border-color: rgb(156,3,103); }
td.TdClassName
{
border-color: #9C0367;
}
.TagClassName
{
border-color: #9C0367;
}
</style>