Shades of Eggplant #94085C
Tints of Eggplant #94085C
RGB
CMYK
RGB Variations
Color information
#94085C (or 0x94085C) is known color: Eggplant. HEX triplet: 94, 08 and 5C. RGB value is (148,8,92). Sum of RGB (Red+Green+Blue) = 148+8+92=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94085C is #6BF7A3. Grayscale: #3B3B3B. Windows color (decimal): -7075748 or 6031508. OLE color: 6031508.
HSL color Cylindrical-coordinate representation of color #94085C: hue angle of 324º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94085C is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.42 |
| HSL | 324º | 0.9% | 0.31% | - |
| HSV(B) | 324º | 0.95% | 0.58% | - |
| XYZ | 14.23 | 7.24 | 10.77 | - |
| YUV | 59.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 92 | 0 | 0.95 | 0.38 | 0.42 | 324 | 0.9 | 0.31 |
| Hex | 94 | 8 | 5C | 0 | 5F | 26 | 2A | 144 | 5A | 1F |
| Octal | 224 | 10 | 134 | 0 | 137 | 46 | 52 | 504 | 132 | 37 |
| Binary | 10010100 | 1000 | 1011100 | 0 | 1011111 | 100110 | 101010 | 101000100 | 1011010 | 11111 |
Color Harmonies of #94085C
Complementary color
Monochromatic Colors of #94085C
Black with #94085C
Text Example
Text Example
White with #94085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94085C; }
p { color: rgb(148,8,92); }
H1.HeaderClassName
{
color: #94085C;
}
.AnyTagClassName
{
color: #94085C;
}
</style>
background-color css
<style>
a { background-color: #94085C; }
a { background-color: rgb(148,8,92); }
div.DivClassName
{
background-color: #94085C;
}
.BgClassName
{
background-color: #94085C;
}
</style>
border-color css
<style>
span { border-color: #94085C; }
span { border-color: rgb(148,8,92); }
td.TdClassName
{
border-color: #94085C;
}
.TagClassName
{
border-color: #94085C;
}
</style>