Shades of Eggplant #941266
Tints of Eggplant #941266
RGB
CMYK
RGB Variations
Color information
#941266 (or 0x941266) is known color: Eggplant. HEX triplet: 94, 12 and 66. RGB value is (148,18,102). Sum of RGB (Red+Green+Blue) = 148+18+102=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #941266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941266 is #6BED99. Grayscale: #424242. Windows color (decimal): -7073178 or 6689428. OLE color: 6689428.
HSL color Cylindrical-coordinate representation of color #941266: hue angle of 321.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941266 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 102 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.42 |
| HSL | 321.23º | 0.78% | 0.33% | - |
| HSV(B) | 321.23º | 0.88% | 0.58% | - |
| XYZ | 14.83 | 7.69 | 13.27 | - |
| YUV | 66.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 102 | 0 | 0.88 | 0.31 | 0.42 | 321.23 | 0.78 | 0.33 |
| Hex | 94 | 12 | 66 | 0 | 58 | 1F | 2A | 141 | 4E | 21 |
| Octal | 224 | 22 | 146 | 0 | 130 | 37 | 52 | 501 | 116 | 41 |
| Binary | 10010100 | 10010 | 1100110 | 0 | 1011000 | 11111 | 101010 | 101000001 | 1001110 | 100001 |
Color Harmonies of #941266
Complementary color
Monochromatic Colors of #941266
Black with #941266
Text Example
Text Example
White with #941266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941266; }
p { color: rgb(148,18,102); }
H1.HeaderClassName
{
color: #941266;
}
.AnyTagClassName
{
color: #941266;
}
</style>
background-color css
<style>
a { background-color: #941266; }
a { background-color: rgb(148,18,102); }
div.DivClassName
{
background-color: #941266;
}
.BgClassName
{
background-color: #941266;
}
</style>
border-color css
<style>
span { border-color: #941266; }
span { border-color: rgb(148,18,102); }
td.TdClassName
{
border-color: #941266;
}
.TagClassName
{
border-color: #941266;
}
</style>