Shades of Eggplant #930659
Tints of Eggplant #930659
RGB
CMYK
RGB Variations
Color information
#930659 (or 0x930659) is known color: Eggplant. HEX triplet: 93, 06 and 59. RGB value is (147,6,89). Sum of RGB (Red+Green+Blue) = 147+6+89=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #930659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930659 is #6CF9A6. Grayscale: #393939. Windows color (decimal): -7141799 or 5834387. OLE color: 5834387.
HSL color Cylindrical-coordinate representation of color #930659: hue angle of 324.68º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930659 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 89 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.42 |
| HSL | 324.68º | 0.92% | 0.3% | - |
| HSV(B) | 324.68º | 0.96% | 0.58% | - |
| XYZ | 13.9 | 7.05 | 10.08 | - |
| YUV | 57.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 89 | 0 | 0.96 | 0.39 | 0.42 | 324.68 | 0.92 | 0.3 |
| Hex | 93 | 6 | 59 | 0 | 60 | 27 | 2A | 145 | 5C | 1E |
| Octal | 223 | 6 | 131 | 0 | 140 | 47 | 52 | 505 | 134 | 36 |
| Binary | 10010011 | 110 | 1011001 | 0 | 1100000 | 100111 | 101010 | 101000101 | 1011100 | 11110 |
Color Harmonies of #930659
Complementary color
Monochromatic Colors of #930659
Black with #930659
Text Example
Text Example
White with #930659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930659; }
p { color: rgb(147,6,89); }
H1.HeaderClassName
{
color: #930659;
}
.AnyTagClassName
{
color: #930659;
}
</style>
background-color css
<style>
a { background-color: #930659; }
a { background-color: rgb(147,6,89); }
div.DivClassName
{
background-color: #930659;
}
.BgClassName
{
background-color: #930659;
}
</style>
border-color css
<style>
span { border-color: #930659; }
span { border-color: rgb(147,6,89); }
td.TdClassName
{
border-color: #930659;
}
.TagClassName
{
border-color: #930659;
}
</style>