Shades of Eggplant #930356
Tints of Eggplant #930356
RGB
CMYK
RGB Variations
Color information
#930356 (or 0x930356) is known color: Eggplant. HEX triplet: 93, 03 and 56. RGB value is (147,3,86). Sum of RGB (Red+Green+Blue) = 147+3+86=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #930356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930356 is #6CFCA9. Grayscale: #373737. Windows color (decimal): -7142570 or 5637011. OLE color: 5637011.
HSL color Cylindrical-coordinate representation of color #930356: hue angle of 325.42º 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 #930356 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.42 |
| HSL | 325.42º | 0.96% | 0.29% | - |
| HSV(B) | 325.42º | 0.98% | 0.58% | - |
| XYZ | 13.74 | 6.94 | 9.42 | - |
| YUV | 55.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 86 | 0 | 0.98 | 0.41 | 0.42 | 325.42 | 0.96 | 0.29 |
| Hex | 93 | 3 | 56 | 0 | 62 | 29 | 2A | 145 | 60 | 1D |
| Octal | 223 | 3 | 126 | 0 | 142 | 51 | 52 | 505 | 140 | 35 |
| Binary | 10010011 | 11 | 1010110 | 0 | 1100010 | 101001 | 101010 | 101000101 | 1100000 | 11101 |
Color Harmonies of #930356
Complementary color
Monochromatic Colors of #930356
Black with #930356
Text Example
Text Example
White with #930356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930356; }
p { color: rgb(147,3,86); }
H1.HeaderClassName
{
color: #930356;
}
.AnyTagClassName
{
color: #930356;
}
</style>
background-color css
<style>
a { background-color: #930356; }
a { background-color: rgb(147,3,86); }
div.DivClassName
{
background-color: #930356;
}
.BgClassName
{
background-color: #930356;
}
</style>
border-color css
<style>
span { border-color: #930356; }
span { border-color: rgb(147,3,86); }
td.TdClassName
{
border-color: #930356;
}
.TagClassName
{
border-color: #930356;
}
</style>