Shades of Eggplant #94016C
Tints of Eggplant #94016C
RGB
CMYK
RGB Variations
Color information
#94016C (or 0x94016C) is known color: Eggplant. HEX triplet: 94, 01 and 6C. RGB value is (148,1,108). Sum of RGB (Red+Green+Blue) = 148+1+108=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94016C is #6BFE93. Grayscale: #383838. Windows color (decimal): -7077524 or 7078292. OLE color: 7078292.
HSL color Cylindrical-coordinate representation of color #94016C: hue angle of 316.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94016C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.42 |
| HSL | 316.33º | 0.99% | 0.29% | - |
| HSV(B) | 316.33º | 0.99% | 0.58% | - |
| XYZ | 14.93 | 7.4 | 14.83 | - |
| YUV | 57.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 108 | 0 | 0.99 | 0.27 | 0.42 | 316.33 | 0.99 | 0.29 |
| Hex | 94 | 1 | 6C | 0 | 63 | 1B | 2A | 13C | 63 | 1D |
| Octal | 224 | 1 | 154 | 0 | 143 | 33 | 52 | 474 | 143 | 35 |
| Binary | 10010100 | 1 | 1101100 | 0 | 1100011 | 11011 | 101010 | 100111100 | 1100011 | 11101 |
Color Harmonies of #94016C
Complementary color
Monochromatic Colors of #94016C
Black with #94016C
Text Example
Text Example
White with #94016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94016C; }
p { color: rgb(148,1,108); }
H1.HeaderClassName
{
color: #94016C;
}
.AnyTagClassName
{
color: #94016C;
}
</style>
background-color css
<style>
a { background-color: #94016C; }
a { background-color: rgb(148,1,108); }
div.DivClassName
{
background-color: #94016C;
}
.BgClassName
{
background-color: #94016C;
}
</style>
border-color css
<style>
span { border-color: #94016C; }
span { border-color: rgb(148,1,108); }
td.TdClassName
{
border-color: #94016C;
}
.TagClassName
{
border-color: #94016C;
}
</style>