Shades of Eggplant #931363
Tints of Eggplant #931363
RGB
CMYK
RGB Variations
Color information
#931363 (or 0x931363) is known color: Eggplant. HEX triplet: 93, 13 and 63. RGB value is (147,19,99). Sum of RGB (Red+Green+Blue) = 147+19+99=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #931363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931363 is #6CEC9C. Grayscale: #424242. Windows color (decimal): -7138461 or 6493075. OLE color: 6493075.
HSL color Cylindrical-coordinate representation of color #931363: hue angle of 322.5º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931363 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 99 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.42 |
| HSL | 322.5º | 0.77% | 0.33% | - |
| HSV(B) | 322.5º | 0.87% | 0.58% | - |
| XYZ | 14.52 | 7.57 | 12.5 | - |
| YUV | 66.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 99 | 0 | 0.87 | 0.33 | 0.42 | 322.5 | 0.77 | 0.33 |
| Hex | 93 | 13 | 63 | 0 | 57 | 21 | 2A | 142 | 4D | 21 |
| Octal | 223 | 23 | 143 | 0 | 127 | 41 | 52 | 502 | 115 | 41 |
| Binary | 10010011 | 10011 | 1100011 | 0 | 1010111 | 100001 | 101010 | 101000010 | 1001101 | 100001 |
Color Harmonies of #931363
Complementary color
Monochromatic Colors of #931363
Black with #931363
Text Example
Text Example
White with #931363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931363; }
p { color: rgb(147,19,99); }
H1.HeaderClassName
{
color: #931363;
}
.AnyTagClassName
{
color: #931363;
}
</style>
background-color css
<style>
a { background-color: #931363; }
a { background-color: rgb(147,19,99); }
div.DivClassName
{
background-color: #931363;
}
.BgClassName
{
background-color: #931363;
}
</style>
border-color css
<style>
span { border-color: #931363; }
span { border-color: rgb(147,19,99); }
td.TdClassName
{
border-color: #931363;
}
.TagClassName
{
border-color: #931363;
}
</style>