Shades of Eggplant #941067
Tints of Eggplant #941067
RGB
CMYK
RGB Variations
Color information
#941067 (or 0x941067) is known color: Eggplant. HEX triplet: 94, 10 and 67. RGB value is (148,16,103). Sum of RGB (Red+Green+Blue) = 148+16+103=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #941067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941067 is #6BEF98. Grayscale: #414141. Windows color (decimal): -7073689 or 6754452. OLE color: 6754452.
HSL color Cylindrical-coordinate representation of color #941067: hue angle of 320.45º 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 #941067 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 103 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.42 |
| HSL | 320.45º | 0.8% | 0.32% | - |
| HSV(B) | 320.45º | 0.89% | 0.58% | - |
| XYZ | 14.85 | 7.65 | 13.53 | - |
| YUV | 65.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 103 | 0 | 0.89 | 0.30 | 0.42 | 320.45 | 0.8 | 0.32 |
| Hex | 94 | 10 | 67 | 0 | 59 | 1E | 2A | 140 | 50 | 20 |
| Octal | 224 | 20 | 147 | 0 | 131 | 36 | 52 | 500 | 120 | 40 |
| Binary | 10010100 | 10000 | 1100111 | 0 | 1011001 | 11110 | 101010 | 101000000 | 1010000 | 100000 |
Color Harmonies of #941067
Complementary color
Monochromatic Colors of #941067
Black with #941067
Text Example
Text Example
White with #941067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941067; }
p { color: rgb(148,16,103); }
H1.HeaderClassName
{
color: #941067;
}
.AnyTagClassName
{
color: #941067;
}
</style>
background-color css
<style>
a { background-color: #941067; }
a { background-color: rgb(148,16,103); }
div.DivClassName
{
background-color: #941067;
}
.BgClassName
{
background-color: #941067;
}
</style>
border-color css
<style>
span { border-color: #941067; }
span { border-color: rgb(148,16,103); }
td.TdClassName
{
border-color: #941067;
}
.TagClassName
{
border-color: #941067;
}
</style>