Shades of Eggplant #94146B
Tints of Eggplant #94146B
RGB
CMYK
RGB Variations
Color information
#94146B (or 0x94146B) is known color: Eggplant. HEX triplet: 94, 14 and 6B. RGB value is (148,20,107). Sum of RGB (Red+Green+Blue) = 148+20+107=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94146B is #6BEB94. Grayscale: #434343. Windows color (decimal): -7072661 or 7017620. OLE color: 7017620.
HSL color Cylindrical-coordinate representation of color #94146B: hue angle of 319.22º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94146B is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 107 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.42 |
| HSL | 319.22º | 0.76% | 0.33% | - |
| HSV(B) | 319.22º | 0.86% | 0.58% | - |
| XYZ | 15.12 | 7.86 | 14.63 | - |
| YUV | 68.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 107 | 0 | 0.86 | 0.28 | 0.42 | 319.22 | 0.76 | 0.33 |
| Hex | 94 | 14 | 6B | 0 | 56 | 1C | 2A | 13F | 4C | 21 |
| Octal | 224 | 24 | 153 | 0 | 126 | 34 | 52 | 477 | 114 | 41 |
| Binary | 10010100 | 10100 | 1101011 | 0 | 1010110 | 11100 | 101010 | 100111111 | 1001100 | 100001 |
Color Harmonies of #94146B
Complementary color
Monochromatic Colors of #94146B
Black with #94146B
Text Example
Text Example
White with #94146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94146B; }
p { color: rgb(148,20,107); }
H1.HeaderClassName
{
color: #94146B;
}
.AnyTagClassName
{
color: #94146B;
}
</style>
background-color css
<style>
a { background-color: #94146B; }
a { background-color: rgb(148,20,107); }
div.DivClassName
{
background-color: #94146B;
}
.BgClassName
{
background-color: #94146B;
}
</style>
border-color css
<style>
span { border-color: #94146B; }
span { border-color: rgb(148,20,107); }
td.TdClassName
{
border-color: #94146B;
}
.TagClassName
{
border-color: #94146B;
}
</style>