Shades of Eggplant #931465
Tints of Eggplant #931465
RGB
CMYK
RGB Variations
Color information
#931465 (or 0x931465) is known color: Eggplant. HEX triplet: 93, 14 and 65. RGB value is (147,20,101). Sum of RGB (Red+Green+Blue) = 147+20+101=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #931465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931465 is #6CEB9A. Grayscale: #434343. Windows color (decimal): -7138203 or 6624403. OLE color: 6624403.
HSL color Cylindrical-coordinate representation of color #931465: hue angle of 321.73º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931465 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 101 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.42 |
| HSL | 321.73º | 0.76% | 0.33% | - |
| HSV(B) | 321.73º | 0.86% | 0.58% | - |
| XYZ | 14.63 | 7.64 | 13.02 | - |
| YUV | 67.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 101 | 0 | 0.86 | 0.31 | 0.42 | 321.73 | 0.76 | 0.33 |
| Hex | 93 | 14 | 65 | 0 | 56 | 1F | 2A | 142 | 4C | 21 |
| Octal | 223 | 24 | 145 | 0 | 126 | 37 | 52 | 502 | 114 | 41 |
| Binary | 10010011 | 10100 | 1100101 | 0 | 1010110 | 11111 | 101010 | 101000010 | 1001100 | 100001 |
Color Harmonies of #931465
Complementary color
Monochromatic Colors of #931465
Black with #931465
Text Example
Text Example
White with #931465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931465; }
p { color: rgb(147,20,101); }
H1.HeaderClassName
{
color: #931465;
}
.AnyTagClassName
{
color: #931465;
}
</style>
background-color css
<style>
a { background-color: #931465; }
a { background-color: rgb(147,20,101); }
div.DivClassName
{
background-color: #931465;
}
.BgClassName
{
background-color: #931465;
}
</style>
border-color css
<style>
span { border-color: #931465; }
span { border-color: rgb(147,20,101); }
td.TdClassName
{
border-color: #931465;
}
.TagClassName
{
border-color: #931465;
}
</style>