Shades of Eggplant #9B046D
Tints of Eggplant #9B046D
RGB
CMYK
RGB Variations
Color information
#9B046D (or 0x9B046D) is known color: Eggplant. HEX triplet: 9B, 04 and 6D. RGB value is (155,4,109). Sum of RGB (Red+Green+Blue) = 155+4+109=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B046D is #64FB92. Grayscale: #3C3C3C. Windows color (decimal): -6618003 or 7144603. OLE color: 7144603.
HSL color Cylindrical-coordinate representation of color #9B046D: hue angle of 318.28º degrees, saturation: 0.95, 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 #9B046D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 109 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.39 |
| HSL | 318.28º | 0.95% | 0.31% | - |
| HSV(B) | 318.28º | 0.97% | 0.61% | - |
| XYZ | 16.32 | 8.16 | 15.18 | - |
| YUV | 61.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 109 | 0 | 0.97 | 0.30 | 0.39 | 318.28 | 0.95 | 0.31 |
| Hex | 9B | 4 | 6D | 0 | 61 | 1E | 27 | 13E | 5F | 1F |
| Octal | 233 | 4 | 155 | 0 | 141 | 36 | 47 | 476 | 137 | 37 |
| Binary | 10011011 | 100 | 1101101 | 0 | 1100001 | 11110 | 100111 | 100111110 | 1011111 | 11111 |
Color Harmonies of #9B046D
Complementary color
Monochromatic Colors of #9B046D
Black with #9B046D
Text Example
Text Example
White with #9B046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B046D; }
p { color: rgb(155,4,109); }
H1.HeaderClassName
{
color: #9B046D;
}
.AnyTagClassName
{
color: #9B046D;
}
</style>
background-color css
<style>
a { background-color: #9B046D; }
a { background-color: rgb(155,4,109); }
div.DivClassName
{
background-color: #9B046D;
}
.BgClassName
{
background-color: #9B046D;
}
</style>
border-color css
<style>
span { border-color: #9B046D; }
span { border-color: rgb(155,4,109); }
td.TdClassName
{
border-color: #9B046D;
}
.TagClassName
{
border-color: #9B046D;
}
</style>