Shades of Eggplant #930778
Tints of Eggplant #930778
RGB
CMYK
RGB Variations
Color information
#930778 (or 0x930778) is known color: Eggplant. HEX triplet: 93, 07 and 78. RGB value is (147,7,120). Sum of RGB (Red+Green+Blue) = 147+7+120=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #930778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930778 is #6CF887. Grayscale: #3D3D3D. Windows color (decimal): -7141512 or 7866259. OLE color: 7866259.
HSL color Cylindrical-coordinate representation of color #930778: hue angle of 311.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930778 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 120 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.42 |
| HSL | 311.57º | 0.91% | 0.3% | - |
| HSV(B) | 311.57º | 0.95% | 0.58% | - |
| XYZ | 15.5 | 7.71 | 18.44 | - |
| YUV | 61.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 120 | 0 | 0.95 | 0.18 | 0.42 | 311.57 | 0.91 | 0.3 |
| Hex | 93 | 7 | 78 | 0 | 5F | 12 | 2A | 138 | 5B | 1E |
| Octal | 223 | 7 | 170 | 0 | 137 | 22 | 52 | 470 | 133 | 36 |
| Binary | 10010011 | 111 | 1111000 | 0 | 1011111 | 10010 | 101010 | 100111000 | 1011011 | 11110 |
Color Harmonies of #930778
Complementary color
Monochromatic Colors of #930778
Black with #930778
Text Example
Text Example
White with #930778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930778; }
p { color: rgb(147,7,120); }
H1.HeaderClassName
{
color: #930778;
}
.AnyTagClassName
{
color: #930778;
}
</style>
background-color css
<style>
a { background-color: #930778; }
a { background-color: rgb(147,7,120); }
div.DivClassName
{
background-color: #930778;
}
.BgClassName
{
background-color: #930778;
}
</style>
border-color css
<style>
span { border-color: #930778; }
span { border-color: rgb(147,7,120); }
td.TdClassName
{
border-color: #930778;
}
.TagClassName
{
border-color: #930778;
}
</style>