Shades of Eggplant #9C0B7E
Tints of Eggplant #9C0B7E
RGB
CMYK
RGB Variations
Color information
#9C0B7E (or 0x9C0B7E) is known color: Eggplant. HEX triplet: 9C, 0B and 7E. RGB value is (156,11,126). Sum of RGB (Red+Green+Blue) = 156+11+126=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B7E is #63F481. Grayscale: #434343. Windows color (decimal): -6550658 or 8260508. OLE color: 8260508.
HSL color Cylindrical-coordinate representation of color #9C0B7E: hue angle of 312.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B7E is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 11 | 126 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.39 |
| HSL | 312.41º | 0.87% | 0.33% | - |
| HSV(B) | 312.41º | 0.93% | 0.61% | - |
| XYZ | 17.6 | 8.81 | 20.51 | - |
| YUV | 67.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 126 | 0 | 0.93 | 0.19 | 0.39 | 312.41 | 0.87 | 0.33 |
| Hex | 9C | B | 7E | 0 | 5D | 13 | 27 | 138 | 57 | 21 |
| Octal | 234 | 13 | 176 | 0 | 135 | 23 | 47 | 470 | 127 | 41 |
| Binary | 10011100 | 1011 | 1111110 | 0 | 1011101 | 10011 | 100111 | 100111000 | 1010111 | 100001 |
Color Harmonies of #9C0B7E
Complementary color
Monochromatic Colors of #9C0B7E
Black with #9C0B7E
Text Example
Text Example
White with #9C0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0B7E; }
p { color: rgb(156,11,126); }
H1.HeaderClassName
{
color: #9C0B7E;
}
.AnyTagClassName
{
color: #9C0B7E;
}
</style>
background-color css
<style>
a { background-color: #9C0B7E; }
a { background-color: rgb(156,11,126); }
div.DivClassName
{
background-color: #9C0B7E;
}
.BgClassName
{
background-color: #9C0B7E;
}
</style>
border-color css
<style>
span { border-color: #9C0B7E; }
span { border-color: rgb(156,11,126); }
td.TdClassName
{
border-color: #9C0B7E;
}
.TagClassName
{
border-color: #9C0B7E;
}
</style>