Shades of Eggplant #931268
Tints of Eggplant #931268
RGB
CMYK
RGB Variations
Color information
#931268 (or 0x931268) is known color: Eggplant. HEX triplet: 93, 12 and 68. RGB value is (147,18,104). Sum of RGB (Red+Green+Blue) = 147+18+104=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #931268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931268 is #6CED97. Grayscale: #424242. Windows color (decimal): -7138712 or 6820499. OLE color: 6820499.
HSL color Cylindrical-coordinate representation of color #931268: hue angle of 320º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931268 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 104 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.42 |
| HSL | 320º | 0.78% | 0.32% | - |
| HSV(B) | 320º | 0.88% | 0.58% | - |
| XYZ | 14.75 | 7.64 | 13.79 | - |
| YUV | 66.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 104 | 0 | 0.88 | 0.29 | 0.42 | 320 | 0.78 | 0.32 |
| Hex | 93 | 12 | 68 | 0 | 58 | 1D | 2A | 140 | 4E | 20 |
| Octal | 223 | 22 | 150 | 0 | 130 | 35 | 52 | 500 | 116 | 40 |
| Binary | 10010011 | 10010 | 1101000 | 0 | 1011000 | 11101 | 101010 | 101000000 | 1001110 | 100000 |
Color Harmonies of #931268
Complementary color
Monochromatic Colors of #931268
Black with #931268
Text Example
Text Example
White with #931268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931268; }
p { color: rgb(147,18,104); }
H1.HeaderClassName
{
color: #931268;
}
.AnyTagClassName
{
color: #931268;
}
</style>
background-color css
<style>
a { background-color: #931268; }
a { background-color: rgb(147,18,104); }
div.DivClassName
{
background-color: #931268;
}
.BgClassName
{
background-color: #931268;
}
</style>
border-color css
<style>
span { border-color: #931268; }
span { border-color: rgb(147,18,104); }
td.TdClassName
{
border-color: #931268;
}
.TagClassName
{
border-color: #931268;
}
</style>