Shades of Eggplant #9B0574
Tints of Eggplant #9B0574
RGB
CMYK
RGB Variations
Color information
#9B0574 (or 0x9B0574) is known color: Eggplant. HEX triplet: 9B, 05 and 74. RGB value is (155,5,116). Sum of RGB (Red+Green+Blue) = 155+5+116=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0574 is #64FA8B. Grayscale: #3E3E3E. Windows color (decimal): -6617740 or 7603611. OLE color: 7603611.
HSL color Cylindrical-coordinate representation of color #9B0574: hue angle of 315.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0574 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.39 |
| HSL | 315.6º | 0.94% | 0.31% | - |
| HSV(B) | 315.6º | 0.97% | 0.61% | - |
| XYZ | 16.72 | 8.34 | 17.25 | - |
| YUV | 62.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 116 | 0 | 0.97 | 0.25 | 0.39 | 315.6 | 0.94 | 0.31 |
| Hex | 9B | 5 | 74 | 0 | 61 | 19 | 27 | 13C | 5E | 1F |
| Octal | 233 | 5 | 164 | 0 | 141 | 31 | 47 | 474 | 136 | 37 |
| Binary | 10011011 | 101 | 1110100 | 0 | 1100001 | 11001 | 100111 | 100111100 | 1011110 | 11111 |
Color Harmonies of #9B0574
Complementary color
Monochromatic Colors of #9B0574
Black with #9B0574
Text Example
Text Example
White with #9B0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0574; }
p { color: rgb(155,5,116); }
H1.HeaderClassName
{
color: #9B0574;
}
.AnyTagClassName
{
color: #9B0574;
}
</style>
background-color css
<style>
a { background-color: #9B0574; }
a { background-color: rgb(155,5,116); }
div.DivClassName
{
background-color: #9B0574;
}
.BgClassName
{
background-color: #9B0574;
}
</style>
border-color css
<style>
span { border-color: #9B0574; }
span { border-color: rgb(155,5,116); }
td.TdClassName
{
border-color: #9B0574;
}
.TagClassName
{
border-color: #9B0574;
}
</style>