Shades of Eggplant #9B0264
Tints of Eggplant #9B0264
RGB
CMYK
RGB Variations
Color information
#9B0264 (or 0x9B0264) is known color: Eggplant. HEX triplet: 9B, 02 and 64. RGB value is (155,2,100). Sum of RGB (Red+Green+Blue) = 155+2+100=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0264 is #64FD9B. Grayscale: #3A3A3A. Windows color (decimal): -6618524 or 6554267. OLE color: 6554267.
HSL color Cylindrical-coordinate representation of color #9B0264: hue angle of 321.57º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0264 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.39 |
| HSL | 321.57º | 0.97% | 0.31% | - |
| HSV(B) | 321.57º | 0.99% | 0.61% | - |
| XYZ | 15.84 | 7.93 | 12.75 | - |
| YUV | 58.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 100 | 0 | 0.99 | 0.35 | 0.39 | 321.57 | 0.97 | 0.31 |
| Hex | 9B | 2 | 64 | 0 | 63 | 23 | 27 | 142 | 61 | 1F |
| Octal | 233 | 2 | 144 | 0 | 143 | 43 | 47 | 502 | 141 | 37 |
| Binary | 10011011 | 10 | 1100100 | 0 | 1100011 | 100011 | 100111 | 101000010 | 1100001 | 11111 |
Color Harmonies of #9B0264
Complementary color
Monochromatic Colors of #9B0264
Black with #9B0264
Text Example
Text Example
White with #9B0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0264; }
p { color: rgb(155,2,100); }
H1.HeaderClassName
{
color: #9B0264;
}
.AnyTagClassName
{
color: #9B0264;
}
</style>
background-color css
<style>
a { background-color: #9B0264; }
a { background-color: rgb(155,2,100); }
div.DivClassName
{
background-color: #9B0264;
}
.BgClassName
{
background-color: #9B0264;
}
</style>
border-color css
<style>
span { border-color: #9B0264; }
span { border-color: rgb(155,2,100); }
td.TdClassName
{
border-color: #9B0264;
}
.TagClassName
{
border-color: #9B0264;
}
</style>