Shades of Eggplant #9B0678
Tints of Eggplant #9B0678
RGB
CMYK
RGB Variations
Color information
#9B0678 (or 0x9B0678) is known color: Eggplant. HEX triplet: 9B, 06 and 78. RGB value is (155,6,120). Sum of RGB (Red+Green+Blue) = 155+6+120=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0678 is #64F987. Grayscale: #3F3F3F. Windows color (decimal): -6617480 or 7866011. OLE color: 7866011.
HSL color Cylindrical-coordinate representation of color #9B0678: hue angle of 314.09º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0678 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 120 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.39 |
| HSL | 314.09º | 0.93% | 0.32% | - |
| HSV(B) | 314.09º | 0.96% | 0.61% | - |
| XYZ | 16.97 | 8.45 | 18.51 | - |
| YUV | 63.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 120 | 0 | 0.96 | 0.23 | 0.39 | 314.09 | 0.93 | 0.32 |
| Hex | 9B | 6 | 78 | 0 | 60 | 17 | 27 | 13A | 5D | 20 |
| Octal | 233 | 6 | 170 | 0 | 140 | 27 | 47 | 472 | 135 | 40 |
| Binary | 10011011 | 110 | 1111000 | 0 | 1100000 | 10111 | 100111 | 100111010 | 1011101 | 100000 |
Color Harmonies of #9B0678
Complementary color
Monochromatic Colors of #9B0678
Black with #9B0678
Text Example
Text Example
White with #9B0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0678; }
p { color: rgb(155,6,120); }
H1.HeaderClassName
{
color: #9B0678;
}
.AnyTagClassName
{
color: #9B0678;
}
</style>
background-color css
<style>
a { background-color: #9B0678; }
a { background-color: rgb(155,6,120); }
div.DivClassName
{
background-color: #9B0678;
}
.BgClassName
{
background-color: #9B0678;
}
</style>
border-color css
<style>
span { border-color: #9B0678; }
span { border-color: rgb(155,6,120); }
td.TdClassName
{
border-color: #9B0678;
}
.TagClassName
{
border-color: #9B0678;
}
</style>