Shades of Eggplant #941767
Tints of Eggplant #941767
RGB
CMYK
RGB Variations
Color information
#941767 (or 0x941767) is known color: Eggplant. HEX triplet: 94, 17 and 67. RGB value is (148,23,103). Sum of RGB (Red+Green+Blue) = 148+23+103=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #941767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941767 is #6BE898. Grayscale: #454545. Windows color (decimal): -7071897 or 6756244. OLE color: 6756244.
HSL color Cylindrical-coordinate representation of color #941767: hue angle of 321.6º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941767 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 23 | 103 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.42 |
| HSL | 321.6º | 0.73% | 0.34% | - |
| HSV(B) | 321.6º | 0.84% | 0.58% | - |
| XYZ | 14.97 | 7.89 | 13.57 | - |
| YUV | 69.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 103 | 0 | 0.84 | 0.30 | 0.42 | 321.6 | 0.73 | 0.34 |
| Hex | 94 | 17 | 67 | 0 | 54 | 1E | 2A | 142 | 49 | 22 |
| Octal | 224 | 27 | 147 | 0 | 124 | 36 | 52 | 502 | 111 | 42 |
| Binary | 10010100 | 10111 | 1100111 | 0 | 1010100 | 11110 | 101010 | 101000010 | 1001001 | 100010 |
Color Harmonies of #941767
Complementary color
Monochromatic Colors of #941767
Black with #941767
Text Example
Text Example
White with #941767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941767; }
p { color: rgb(148,23,103); }
H1.HeaderClassName
{
color: #941767;
}
.AnyTagClassName
{
color: #941767;
}
</style>
background-color css
<style>
a { background-color: #941767; }
a { background-color: rgb(148,23,103); }
div.DivClassName
{
background-color: #941767;
}
.BgClassName
{
background-color: #941767;
}
</style>
border-color css
<style>
span { border-color: #941767; }
span { border-color: rgb(148,23,103); }
td.TdClassName
{
border-color: #941767;
}
.TagClassName
{
border-color: #941767;
}
</style>