Shades of Eggplant #9B035C
Tints of Eggplant #9B035C
RGB
CMYK
RGB Variations
Color information
#9B035C (or 0x9B035C) is known color: Eggplant. HEX triplet: 9B, 03 and 5C. RGB value is (155,3,92). Sum of RGB (Red+Green+Blue) = 155+3+92=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B035C is #64FCA3. Grayscale: #3A3A3A. Windows color (decimal): -6618276 or 6030235. OLE color: 6030235.
HSL color Cylindrical-coordinate representation of color #9B035C: hue angle of 324.87º 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 #9B035C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.39 |
| HSL | 324.87º | 0.96% | 0.31% | - |
| HSV(B) | 324.87º | 0.98% | 0.61% | - |
| XYZ | 15.48 | 7.81 | 10.82 | - |
| YUV | 58.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 92 | 0 | 0.98 | 0.41 | 0.39 | 324.87 | 0.96 | 0.31 |
| Hex | 9B | 3 | 5C | 0 | 62 | 29 | 27 | 145 | 60 | 1F |
| Octal | 233 | 3 | 134 | 0 | 142 | 51 | 47 | 505 | 140 | 37 |
| Binary | 10011011 | 11 | 1011100 | 0 | 1100010 | 101001 | 100111 | 101000101 | 1100000 | 11111 |
Color Harmonies of #9B035C
Complementary color
Monochromatic Colors of #9B035C
Black with #9B035C
Text Example
Text Example
White with #9B035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B035C; }
p { color: rgb(155,3,92); }
H1.HeaderClassName
{
color: #9B035C;
}
.AnyTagClassName
{
color: #9B035C;
}
</style>
background-color css
<style>
a { background-color: #9B035C; }
a { background-color: rgb(155,3,92); }
div.DivClassName
{
background-color: #9B035C;
}
.BgClassName
{
background-color: #9B035C;
}
</style>
border-color css
<style>
span { border-color: #9B035C; }
span { border-color: rgb(155,3,92); }
td.TdClassName
{
border-color: #9B035C;
}
.TagClassName
{
border-color: #9B035C;
}
</style>