Shades of Eggplant #9B176E
Tints of Eggplant #9B176E
RGB
CMYK
RGB Variations
Color information
#9B176E (or 0x9B176E) is known color: Eggplant. HEX triplet: 9B, 17 and 6E. RGB value is (155,23,110). Sum of RGB (Red+Green+Blue) = 155+23+110=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B176E is #64E891. Grayscale: #484848. Windows color (decimal): -6613138 or 7215003. OLE color: 7215003.
HSL color Cylindrical-coordinate representation of color #9B176E: hue angle of 320.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B176E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 110 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.39 |
| HSL | 320.45º | 0.74% | 0.35% | - |
| HSV(B) | 320.45º | 0.85% | 0.61% | - |
| XYZ | 16.64 | 8.71 | 15.56 | - |
| YUV | 72.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 110 | 0 | 0.85 | 0.29 | 0.39 | 320.45 | 0.74 | 0.35 |
| Hex | 9B | 17 | 6E | 0 | 55 | 1D | 27 | 140 | 4A | 23 |
| Octal | 233 | 27 | 156 | 0 | 125 | 35 | 47 | 500 | 112 | 43 |
| Binary | 10011011 | 10111 | 1101110 | 0 | 1010101 | 11101 | 100111 | 101000000 | 1001010 | 100011 |
Color Harmonies of #9B176E
Complementary color
Monochromatic Colors of #9B176E
Black with #9B176E
Text Example
Text Example
White with #9B176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B176E; }
p { color: rgb(155,23,110); }
H1.HeaderClassName
{
color: #9B176E;
}
.AnyTagClassName
{
color: #9B176E;
}
</style>
background-color css
<style>
a { background-color: #9B176E; }
a { background-color: rgb(155,23,110); }
div.DivClassName
{
background-color: #9B176E;
}
.BgClassName
{
background-color: #9B176E;
}
</style>
border-color css
<style>
span { border-color: #9B176E; }
span { border-color: rgb(155,23,110); }
td.TdClassName
{
border-color: #9B176E;
}
.TagClassName
{
border-color: #9B176E;
}
</style>