Shades of Eggplant #930354
Tints of Eggplant #930354
RGB
CMYK
RGB Variations
Color information
#930354 (or 0x930354) is known color: Eggplant. HEX triplet: 93, 03 and 54. RGB value is (147,3,84). Sum of RGB (Red+Green+Blue) = 147+3+84=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #930354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930354 is #6CFCAB. Grayscale: #373737. Windows color (decimal): -7142572 or 5505939. OLE color: 5505939.
HSL color Cylindrical-coordinate representation of color #930354: hue angle of 326.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930354 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.42 |
| HSL | 326.25º | 0.96% | 0.29% | - |
| HSV(B) | 326.25º | 0.98% | 0.58% | - |
| XYZ | 13.67 | 6.91 | 9 | - |
| YUV | 55.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 84 | 0 | 0.98 | 0.43 | 0.42 | 326.25 | 0.96 | 0.29 |
| Hex | 93 | 3 | 54 | 0 | 62 | 2B | 2A | 146 | 60 | 1D |
| Octal | 223 | 3 | 124 | 0 | 142 | 53 | 52 | 506 | 140 | 35 |
| Binary | 10010011 | 11 | 1010100 | 0 | 1100010 | 101011 | 101010 | 101000110 | 1100000 | 11101 |
Color Harmonies of #930354
Complementary color
Monochromatic Colors of #930354
Black with #930354
Text Example
Text Example
White with #930354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930354; }
p { color: rgb(147,3,84); }
H1.HeaderClassName
{
color: #930354;
}
.AnyTagClassName
{
color: #930354;
}
</style>
background-color css
<style>
a { background-color: #930354; }
a { background-color: rgb(147,3,84); }
div.DivClassName
{
background-color: #930354;
}
.BgClassName
{
background-color: #930354;
}
</style>
border-color css
<style>
span { border-color: #930354; }
span { border-color: rgb(147,3,84); }
td.TdClassName
{
border-color: #930354;
}
.TagClassName
{
border-color: #930354;
}
</style>