Shades of Eggplant #9B0C70
Tints of Eggplant #9B0C70
RGB
CMYK
RGB Variations
Color information
#9B0C70 (or 0x9B0C70) is known color: Eggplant. HEX triplet: 9B, 0C and 70. RGB value is (155,12,112). Sum of RGB (Red+Green+Blue) = 155+12+112=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C70 is #64F38F. Grayscale: #414141. Windows color (decimal): -6615952 or 7343259. OLE color: 7343259.
HSL color Cylindrical-coordinate representation of color #9B0C70: hue angle of 318.04º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C70 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 112 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.39 |
| HSL | 318.04º | 0.86% | 0.33% | - |
| HSV(B) | 318.04º | 0.92% | 0.61% | - |
| XYZ | 16.57 | 8.4 | 16.08 | - |
| YUV | 66.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 112 | 0 | 0.92 | 0.28 | 0.39 | 318.04 | 0.86 | 0.33 |
| Hex | 9B | C | 70 | 0 | 5C | 1C | 27 | 13E | 56 | 21 |
| Octal | 233 | 14 | 160 | 0 | 134 | 34 | 47 | 476 | 126 | 41 |
| Binary | 10011011 | 1100 | 1110000 | 0 | 1011100 | 11100 | 100111 | 100111110 | 1010110 | 100001 |
Color Harmonies of #9B0C70
Complementary color
Monochromatic Colors of #9B0C70
Black with #9B0C70
Text Example
Text Example
White with #9B0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C70; }
p { color: rgb(155,12,112); }
H1.HeaderClassName
{
color: #9B0C70;
}
.AnyTagClassName
{
color: #9B0C70;
}
</style>
background-color css
<style>
a { background-color: #9B0C70; }
a { background-color: rgb(155,12,112); }
div.DivClassName
{
background-color: #9B0C70;
}
.BgClassName
{
background-color: #9B0C70;
}
</style>
border-color css
<style>
span { border-color: #9B0C70; }
span { border-color: rgb(155,12,112); }
td.TdClassName
{
border-color: #9B0C70;
}
.TagClassName
{
border-color: #9B0C70;
}
</style>