Shades of Eggplant #930377
Tints of Eggplant #930377
RGB
CMYK
RGB Variations
Color information
#930377 (or 0x930377) is known color: Eggplant. HEX triplet: 93, 03 and 77. RGB value is (147,3,119). Sum of RGB (Red+Green+Blue) = 147+3+119=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #930377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930377 is #6CFC88. Grayscale: #3A3A3A. Windows color (decimal): -7142537 or 7799699. OLE color: 7799699.
HSL color Cylindrical-coordinate representation of color #930377: hue angle of 311.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930377 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.42 |
| HSL | 311.67º | 0.96% | 0.29% | - |
| HSV(B) | 311.67º | 0.98% | 0.58% | - |
| XYZ | 15.39 | 7.6 | 18.11 | - |
| YUV | 59.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 119 | 0 | 0.98 | 0.19 | 0.42 | 311.67 | 0.96 | 0.29 |
| Hex | 93 | 3 | 77 | 0 | 62 | 13 | 2A | 138 | 60 | 1D |
| Octal | 223 | 3 | 167 | 0 | 142 | 23 | 52 | 470 | 140 | 35 |
| Binary | 10010011 | 11 | 1110111 | 0 | 1100010 | 10011 | 101010 | 100111000 | 1100000 | 11101 |
Color Harmonies of #930377
Complementary color
Monochromatic Colors of #930377
Black with #930377
Text Example
Text Example
White with #930377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930377; }
p { color: rgb(147,3,119); }
H1.HeaderClassName
{
color: #930377;
}
.AnyTagClassName
{
color: #930377;
}
</style>
background-color css
<style>
a { background-color: #930377; }
a { background-color: rgb(147,3,119); }
div.DivClassName
{
background-color: #930377;
}
.BgClassName
{
background-color: #930377;
}
</style>
border-color css
<style>
span { border-color: #930377; }
span { border-color: rgb(147,3,119); }
td.TdClassName
{
border-color: #930377;
}
.TagClassName
{
border-color: #930377;
}
</style>