Shades of Eggplant #931067
Tints of Eggplant #931067
RGB
CMYK
RGB Variations
Color information
#931067 (or 0x931067) is known color: Eggplant. HEX triplet: 93, 10 and 67. RGB value is (147,16,103). Sum of RGB (Red+Green+Blue) = 147+16+103=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #931067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931067 is #6CEF98. Grayscale: #404040. Windows color (decimal): -7139225 or 6754451. OLE color: 6754451.
HSL color Cylindrical-coordinate representation of color #931067: hue angle of 320.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931067 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 103 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.42 |
| HSL | 320.15º | 0.8% | 0.32% | - |
| HSV(B) | 320.15º | 0.89% | 0.58% | - |
| XYZ | 14.67 | 7.55 | 13.52 | - |
| YUV | 65.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 103 | 0 | 0.89 | 0.30 | 0.42 | 320.15 | 0.8 | 0.32 |
| Hex | 93 | 10 | 67 | 0 | 59 | 1E | 2A | 140 | 50 | 20 |
| Octal | 223 | 20 | 147 | 0 | 131 | 36 | 52 | 500 | 120 | 40 |
| Binary | 10010011 | 10000 | 1100111 | 0 | 1011001 | 11110 | 101010 | 101000000 | 1010000 | 100000 |
Color Harmonies of #931067
Complementary color
Monochromatic Colors of #931067
Black with #931067
Text Example
Text Example
White with #931067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931067; }
p { color: rgb(147,16,103); }
H1.HeaderClassName
{
color: #931067;
}
.AnyTagClassName
{
color: #931067;
}
</style>
background-color css
<style>
a { background-color: #931067; }
a { background-color: rgb(147,16,103); }
div.DivClassName
{
background-color: #931067;
}
.BgClassName
{
background-color: #931067;
}
</style>
border-color css
<style>
span { border-color: #931067; }
span { border-color: rgb(147,16,103); }
td.TdClassName
{
border-color: #931067;
}
.TagClassName
{
border-color: #931067;
}
</style>