Shades of Eggplant #94015C
Tints of Eggplant #94015C
RGB
CMYK
RGB Variations
Color information
#94015C (or 0x94015C) is known color: Eggplant. HEX triplet: 94, 01 and 5C. RGB value is (148,1,92). Sum of RGB (Red+Green+Blue) = 148+1+92=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94015C is #6BFEA3. Grayscale: #373737. Windows color (decimal): -7077540 or 6029716. OLE color: 6029716.
HSL color Cylindrical-coordinate representation of color #94015C: hue angle of 322.86º 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 #94015C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.42 |
| HSL | 322.86º | 0.99% | 0.29% | - |
| HSV(B) | 322.86º | 0.99% | 0.58% | - |
| XYZ | 14.16 | 7.09 | 10.75 | - |
| YUV | 55.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 92 | 0 | 0.99 | 0.38 | 0.42 | 322.86 | 0.99 | 0.29 |
| Hex | 94 | 1 | 5C | 0 | 63 | 26 | 2A | 143 | 63 | 1D |
| Octal | 224 | 1 | 134 | 0 | 143 | 46 | 52 | 503 | 143 | 35 |
| Binary | 10010100 | 1 | 1011100 | 0 | 1100011 | 100110 | 101010 | 101000011 | 1100011 | 11101 |
Color Harmonies of #94015C
Complementary color
Monochromatic Colors of #94015C
Black with #94015C
Text Example
Text Example
White with #94015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94015C; }
p { color: rgb(148,1,92); }
H1.HeaderClassName
{
color: #94015C;
}
.AnyTagClassName
{
color: #94015C;
}
</style>
background-color css
<style>
a { background-color: #94015C; }
a { background-color: rgb(148,1,92); }
div.DivClassName
{
background-color: #94015C;
}
.BgClassName
{
background-color: #94015C;
}
</style>
border-color css
<style>
span { border-color: #94015C; }
span { border-color: rgb(148,1,92); }
td.TdClassName
{
border-color: #94015C;
}
.TagClassName
{
border-color: #94015C;
}
</style>