Shades of Eggplant #9B0A6C
Tints of Eggplant #9B0A6C
RGB
CMYK
RGB Variations
Color information
#9B0A6C (or 0x9B0A6C) is known color: Eggplant. HEX triplet: 9B, 0A and 6C. RGB value is (155,10,108). Sum of RGB (Red+Green+Blue) = 155+10+108=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A6C is #64F593. Grayscale: #404040. Windows color (decimal): -6616468 or 7080603. OLE color: 7080603.
HSL color Cylindrical-coordinate representation of color #9B0A6C: hue angle of 319.45º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0A6C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 108 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.39 |
| HSL | 319.45º | 0.88% | 0.32% | - |
| HSV(B) | 319.45º | 0.94% | 0.61% | - |
| XYZ | 16.33 | 8.27 | 14.92 | - |
| YUV | 64.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 108 | 0 | 0.94 | 0.30 | 0.39 | 319.45 | 0.88 | 0.32 |
| Hex | 9B | A | 6C | 0 | 5E | 1E | 27 | 13F | 58 | 20 |
| Octal | 233 | 12 | 154 | 0 | 136 | 36 | 47 | 477 | 130 | 40 |
| Binary | 10011011 | 1010 | 1101100 | 0 | 1011110 | 11110 | 100111 | 100111111 | 1011000 | 100000 |
Color Harmonies of #9B0A6C
Complementary color
Monochromatic Colors of #9B0A6C
Black with #9B0A6C
Text Example
Text Example
White with #9B0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A6C; }
p { color: rgb(155,10,108); }
H1.HeaderClassName
{
color: #9B0A6C;
}
.AnyTagClassName
{
color: #9B0A6C;
}
</style>
background-color css
<style>
a { background-color: #9B0A6C; }
a { background-color: rgb(155,10,108); }
div.DivClassName
{
background-color: #9B0A6C;
}
.BgClassName
{
background-color: #9B0A6C;
}
</style>
border-color css
<style>
span { border-color: #9B0A6C; }
span { border-color: rgb(155,10,108); }
td.TdClassName
{
border-color: #9B0A6C;
}
.TagClassName
{
border-color: #9B0A6C;
}
</style>