Shades of Eggplant #9B0C66
Tints of Eggplant #9B0C66
RGB
CMYK
RGB Variations
Color information
#9B0C66 (or 0x9B0C66) is known color: Eggplant. HEX triplet: 9B, 0C and 66. RGB value is (155,12,102). Sum of RGB (Red+Green+Blue) = 155+12+102=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C66 is #64F399. Grayscale: #404040. Windows color (decimal): -6615962 or 6687899. OLE color: 6687899.
HSL color Cylindrical-coordinate representation of color #9B0C66: hue angle of 322.24º 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 #9B0C66 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 102 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.39 |
| HSL | 322.24º | 0.86% | 0.33% | - |
| HSV(B) | 322.24º | 0.92% | 0.61% | - |
| XYZ | 16.05 | 8.19 | 13.31 | - |
| YUV | 65.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 102 | 0 | 0.92 | 0.34 | 0.39 | 322.24 | 0.86 | 0.33 |
| Hex | 9B | C | 66 | 0 | 5C | 22 | 27 | 142 | 56 | 21 |
| Octal | 233 | 14 | 146 | 0 | 134 | 42 | 47 | 502 | 126 | 41 |
| Binary | 10011011 | 1100 | 1100110 | 0 | 1011100 | 100010 | 100111 | 101000010 | 1010110 | 100001 |
Color Harmonies of #9B0C66
Complementary color
Monochromatic Colors of #9B0C66
Black with #9B0C66
Text Example
Text Example
White with #9B0C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C66; }
p { color: rgb(155,12,102); }
H1.HeaderClassName
{
color: #9B0C66;
}
.AnyTagClassName
{
color: #9B0C66;
}
</style>
background-color css
<style>
a { background-color: #9B0C66; }
a { background-color: rgb(155,12,102); }
div.DivClassName
{
background-color: #9B0C66;
}
.BgClassName
{
background-color: #9B0C66;
}
</style>
border-color css
<style>
span { border-color: #9B0C66; }
span { border-color: rgb(155,12,102); }
td.TdClassName
{
border-color: #9B0C66;
}
.TagClassName
{
border-color: #9B0C66;
}
</style>