Shades of Eggplant #931566
Tints of Eggplant #931566
RGB
CMYK
RGB Variations
Color information
#931566 (or 0x931566) is known color: Eggplant. HEX triplet: 93, 15 and 66. RGB value is (147,21,102). Sum of RGB (Red+Green+Blue) = 147+21+102=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #931566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931566 is #6CEA99. Grayscale: #434343. Windows color (decimal): -7137946 or 6690195. OLE color: 6690195.
HSL color Cylindrical-coordinate representation of color #931566: hue angle of 321.43º degrees, saturation: 0.75, 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 #931566 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 102 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.42 |
| HSL | 321.43º | 0.75% | 0.33% | - |
| HSV(B) | 321.43º | 0.86% | 0.58% | - |
| XYZ | 14.7 | 7.7 | 13.28 | - |
| YUV | 67.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 102 | 0 | 0.86 | 0.31 | 0.42 | 321.43 | 0.75 | 0.33 |
| Hex | 93 | 15 | 66 | 0 | 56 | 1F | 2A | 141 | 4B | 21 |
| Octal | 223 | 25 | 146 | 0 | 126 | 37 | 52 | 501 | 113 | 41 |
| Binary | 10010011 | 10101 | 1100110 | 0 | 1010110 | 11111 | 101010 | 101000001 | 1001011 | 100001 |
Color Harmonies of #931566
Complementary color
Monochromatic Colors of #931566
Black with #931566
Text Example
Text Example
White with #931566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931566; }
p { color: rgb(147,21,102); }
H1.HeaderClassName
{
color: #931566;
}
.AnyTagClassName
{
color: #931566;
}
</style>
background-color css
<style>
a { background-color: #931566; }
a { background-color: rgb(147,21,102); }
div.DivClassName
{
background-color: #931566;
}
.BgClassName
{
background-color: #931566;
}
</style>
border-color css
<style>
span { border-color: #931566; }
span { border-color: rgb(147,21,102); }
td.TdClassName
{
border-color: #931566;
}
.TagClassName
{
border-color: #931566;
}
</style>