Shades of Eggplant #94096F
Tints of Eggplant #94096F
RGB
CMYK
RGB Variations
Color information
#94096F (or 0x94096F) is known color: Eggplant. HEX triplet: 94, 09 and 6F. RGB value is (148,9,111). Sum of RGB (Red+Green+Blue) = 148+9+111=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #94096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94096F is #6BF690. Grayscale: #3D3D3D. Windows color (decimal): -7075473 or 7276948. OLE color: 7276948.
HSL color Cylindrical-coordinate representation of color #94096F: hue angle of 315.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94096F is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 111 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.42 |
| HSL | 315.97º | 0.89% | 0.31% | - |
| HSV(B) | 315.97º | 0.94% | 0.58% | - |
| XYZ | 15.18 | 7.64 | 15.71 | - |
| YUV | 62.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 111 | 0 | 0.94 | 0.25 | 0.42 | 315.97 | 0.89 | 0.31 |
| Hex | 94 | 9 | 6F | 0 | 5E | 19 | 2A | 13C | 59 | 1F |
| Octal | 224 | 11 | 157 | 0 | 136 | 31 | 52 | 474 | 131 | 37 |
| Binary | 10010100 | 1001 | 1101111 | 0 | 1011110 | 11001 | 101010 | 100111100 | 1011001 | 11111 |
Color Harmonies of #94096F
Complementary color
Monochromatic Colors of #94096F
Black with #94096F
Text Example
Text Example
White with #94096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94096F; }
p { color: rgb(148,9,111); }
H1.HeaderClassName
{
color: #94096F;
}
.AnyTagClassName
{
color: #94096F;
}
</style>
background-color css
<style>
a { background-color: #94096F; }
a { background-color: rgb(148,9,111); }
div.DivClassName
{
background-color: #94096F;
}
.BgClassName
{
background-color: #94096F;
}
</style>
border-color css
<style>
span { border-color: #94096F; }
span { border-color: rgb(148,9,111); }
td.TdClassName
{
border-color: #94096F;
}
.TagClassName
{
border-color: #94096F;
}
</style>