Shades of Eggplant #930365
Tints of Eggplant #930365
RGB
CMYK
RGB Variations
Color information
#930365 (or 0x930365) is known color: Eggplant. HEX triplet: 93, 03 and 65. RGB value is (147,3,101). Sum of RGB (Red+Green+Blue) = 147+3+101=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #930365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930365 is #6CFC9A. Grayscale: #383838. Windows color (decimal): -7142555 or 6620051. OLE color: 6620051.
HSL color Cylindrical-coordinate representation of color #930365: hue angle of 319.17º 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 #930365 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.42 |
| HSL | 319.17º | 0.96% | 0.29% | - |
| HSV(B) | 319.17º | 0.98% | 0.58% | - |
| XYZ | 14.41 | 7.21 | 12.94 | - |
| YUV | 57.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 101 | 0 | 0.98 | 0.31 | 0.42 | 319.17 | 0.96 | 0.29 |
| Hex | 93 | 3 | 65 | 0 | 62 | 1F | 2A | 13F | 60 | 1D |
| Octal | 223 | 3 | 145 | 0 | 142 | 37 | 52 | 477 | 140 | 35 |
| Binary | 10010011 | 11 | 1100101 | 0 | 1100010 | 11111 | 101010 | 100111111 | 1100000 | 11101 |
Color Harmonies of #930365
Complementary color
Monochromatic Colors of #930365
Black with #930365
Text Example
Text Example
White with #930365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930365; }
p { color: rgb(147,3,101); }
H1.HeaderClassName
{
color: #930365;
}
.AnyTagClassName
{
color: #930365;
}
</style>
background-color css
<style>
a { background-color: #930365; }
a { background-color: rgb(147,3,101); }
div.DivClassName
{
background-color: #930365;
}
.BgClassName
{
background-color: #930365;
}
</style>
border-color css
<style>
span { border-color: #930365; }
span { border-color: rgb(147,3,101); }
td.TdClassName
{
border-color: #930365;
}
.TagClassName
{
border-color: #930365;
}
</style>