Shades of Eggplant #930A68
Tints of Eggplant #930A68
RGB
CMYK
RGB Variations
Color information
#930A68 (or 0x930A68) is known color: Eggplant. HEX triplet: 93, 0A and 68. RGB value is (147,10,104). Sum of RGB (Red+Green+Blue) = 147+10+104=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #930A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A68 is #6CF597. Grayscale: #3D3D3D. Windows color (decimal): -7140760 or 6818451. OLE color: 6818451.
HSL color Cylindrical-coordinate representation of color #930A68: hue angle of 318.83º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A68 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 10 | 104 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.42 |
| HSL | 318.83º | 0.87% | 0.31% | - |
| HSV(B) | 318.83º | 0.93% | 0.58% | - |
| XYZ | 14.64 | 7.42 | 13.76 | - |
| YUV | 61.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 104 | 0 | 0.93 | 0.29 | 0.42 | 318.83 | 0.87 | 0.31 |
| Hex | 93 | A | 68 | 0 | 5D | 1D | 2A | 13F | 57 | 1F |
| Octal | 223 | 12 | 150 | 0 | 135 | 35 | 52 | 477 | 127 | 37 |
| Binary | 10010011 | 1010 | 1101000 | 0 | 1011101 | 11101 | 101010 | 100111111 | 1010111 | 11111 |
Color Harmonies of #930A68
Complementary color
Monochromatic Colors of #930A68
Black with #930A68
Text Example
Text Example
White with #930A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930A68; }
p { color: rgb(147,10,104); }
H1.HeaderClassName
{
color: #930A68;
}
.AnyTagClassName
{
color: #930A68;
}
</style>
background-color css
<style>
a { background-color: #930A68; }
a { background-color: rgb(147,10,104); }
div.DivClassName
{
background-color: #930A68;
}
.BgClassName
{
background-color: #930A68;
}
</style>
border-color css
<style>
span { border-color: #930A68; }
span { border-color: rgb(147,10,104); }
td.TdClassName
{
border-color: #930A68;
}
.TagClassName
{
border-color: #930A68;
}
</style>