Shades of Eggplant #940173
Tints of Eggplant #940173
RGB
CMYK
RGB Variations
Color information
#940173 (or 0x940173) is known color: Eggplant. HEX triplet: 94, 01 and 73. RGB value is (148,1,115). Sum of RGB (Red+Green+Blue) = 148+1+115=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #940173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940173 is #6BFE8C. Grayscale: #393939. Windows color (decimal): -7077517 or 7537044. OLE color: 7537044.
HSL color Cylindrical-coordinate representation of color #940173: hue angle of 313.47º 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 #940173 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.42 |
| HSL | 313.47º | 0.99% | 0.29% | - |
| HSV(B) | 313.47º | 0.99% | 0.58% | - |
| XYZ | 15.32 | 7.56 | 16.87 | - |
| YUV | 57.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 115 | 0 | 0.99 | 0.22 | 0.42 | 313.47 | 0.99 | 0.29 |
| Hex | 94 | 1 | 73 | 0 | 63 | 16 | 2A | 139 | 63 | 1D |
| Octal | 224 | 1 | 163 | 0 | 143 | 26 | 52 | 471 | 143 | 35 |
| Binary | 10010100 | 1 | 1110011 | 0 | 1100011 | 10110 | 101010 | 100111001 | 1100011 | 11101 |
Color Harmonies of #940173
Complementary color
Monochromatic Colors of #940173
Black with #940173
Text Example
Text Example
White with #940173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940173; }
p { color: rgb(148,1,115); }
H1.HeaderClassName
{
color: #940173;
}
.AnyTagClassName
{
color: #940173;
}
</style>
background-color css
<style>
a { background-color: #940173; }
a { background-color: rgb(148,1,115); }
div.DivClassName
{
background-color: #940173;
}
.BgClassName
{
background-color: #940173;
}
</style>
border-color css
<style>
span { border-color: #940173; }
span { border-color: rgb(148,1,115); }
td.TdClassName
{
border-color: #940173;
}
.TagClassName
{
border-color: #940173;
}
</style>