Shades of Eggplant #9B036C
Tints of Eggplant #9B036C
RGB
CMYK
RGB Variations
Color information
#9B036C (or 0x9B036C) is known color: Eggplant. HEX triplet: 9B, 03 and 6C. RGB value is (155,3,108). Sum of RGB (Red+Green+Blue) = 155+3+108=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B036C is #64FC93. Grayscale: #3C3C3C. Windows color (decimal): -6618260 or 7078811. OLE color: 7078811.
HSL color Cylindrical-coordinate representation of color #9B036C: hue angle of 318.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B036C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.39 |
| HSL | 318.55º | 0.96% | 0.31% | - |
| HSV(B) | 318.55º | 0.98% | 0.61% | - |
| XYZ | 16.26 | 8.12 | 14.9 | - |
| YUV | 60.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 108 | 0 | 0.98 | 0.30 | 0.39 | 318.55 | 0.96 | 0.31 |
| Hex | 9B | 3 | 6C | 0 | 62 | 1E | 27 | 13F | 60 | 1F |
| Octal | 233 | 3 | 154 | 0 | 142 | 36 | 47 | 477 | 140 | 37 |
| Binary | 10011011 | 11 | 1101100 | 0 | 1100010 | 11110 | 100111 | 100111111 | 1100000 | 11111 |
Color Harmonies of #9B036C
Complementary color
Monochromatic Colors of #9B036C
Black with #9B036C
Text Example
Text Example
White with #9B036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B036C; }
p { color: rgb(155,3,108); }
H1.HeaderClassName
{
color: #9B036C;
}
.AnyTagClassName
{
color: #9B036C;
}
</style>
background-color css
<style>
a { background-color: #9B036C; }
a { background-color: rgb(155,3,108); }
div.DivClassName
{
background-color: #9B036C;
}
.BgClassName
{
background-color: #9B036C;
}
</style>
border-color css
<style>
span { border-color: #9B036C; }
span { border-color: rgb(155,3,108); }
td.TdClassName
{
border-color: #9B036C;
}
.TagClassName
{
border-color: #9B036C;
}
</style>