Shades of Eggplant #9B0C67
Tints of Eggplant #9B0C67
RGB
CMYK
RGB Variations
Color information
#9B0C67 (or 0x9B0C67) is known color: Eggplant. HEX triplet: 9B, 0C and 67. RGB value is (155,12,103). Sum of RGB (Red+Green+Blue) = 155+12+103=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C67 is #64F398. Grayscale: #404040. Windows color (decimal): -6615961 or 6753435. OLE color: 6753435.
HSL color Cylindrical-coordinate representation of color #9B0C67: hue angle of 321.82º 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 #9B0C67 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 103 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.39 |
| HSL | 321.82º | 0.86% | 0.33% | - |
| HSV(B) | 321.82º | 0.92% | 0.61% | - |
| XYZ | 16.1 | 8.21 | 13.57 | - |
| YUV | 65.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 103 | 0 | 0.92 | 0.34 | 0.39 | 321.82 | 0.86 | 0.33 |
| Hex | 9B | C | 67 | 0 | 5C | 22 | 27 | 142 | 56 | 21 |
| Octal | 233 | 14 | 147 | 0 | 134 | 42 | 47 | 502 | 126 | 41 |
| Binary | 10011011 | 1100 | 1100111 | 0 | 1011100 | 100010 | 100111 | 101000010 | 1010110 | 100001 |
Color Harmonies of #9B0C67
Complementary color
Monochromatic Colors of #9B0C67
Black with #9B0C67
Text Example
Text Example
White with #9B0C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C67; }
p { color: rgb(155,12,103); }
H1.HeaderClassName
{
color: #9B0C67;
}
.AnyTagClassName
{
color: #9B0C67;
}
</style>
background-color css
<style>
a { background-color: #9B0C67; }
a { background-color: rgb(155,12,103); }
div.DivClassName
{
background-color: #9B0C67;
}
.BgClassName
{
background-color: #9B0C67;
}
</style>
border-color css
<style>
span { border-color: #9B0C67; }
span { border-color: rgb(155,12,103); }
td.TdClassName
{
border-color: #9B0C67;
}
.TagClassName
{
border-color: #9B0C67;
}
</style>