Shades of Eggplant #930265
Tints of Eggplant #930265
RGB
CMYK
RGB Variations
Color information
#930265 (or 0x930265) is known color: Eggplant. HEX triplet: 93, 02 and 65. RGB value is (147,2,101). Sum of RGB (Red+Green+Blue) = 147+2+101=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #930265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930265 is #6CFD9A. Grayscale: #383838. Windows color (decimal): -7142811 or 6619795. OLE color: 6619795.
HSL color Cylindrical-coordinate representation of color #930265: hue angle of 319.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930265 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.42 |
| HSL | 319.03º | 0.97% | 0.29% | - |
| HSV(B) | 319.03º | 0.99% | 0.58% | - |
| XYZ | 14.4 | 7.19 | 12.94 | - |
| YUV | 56.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 101 | 0 | 0.99 | 0.31 | 0.42 | 319.03 | 0.97 | 0.29 |
| Hex | 93 | 2 | 65 | 0 | 63 | 1F | 2A | 13F | 61 | 1D |
| Octal | 223 | 2 | 145 | 0 | 143 | 37 | 52 | 477 | 141 | 35 |
| Binary | 10010011 | 10 | 1100101 | 0 | 1100011 | 11111 | 101010 | 100111111 | 1100001 | 11101 |
Color Harmonies of #930265
Complementary color
Monochromatic Colors of #930265
Black with #930265
Text Example
Text Example
White with #930265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930265; }
p { color: rgb(147,2,101); }
H1.HeaderClassName
{
color: #930265;
}
.AnyTagClassName
{
color: #930265;
}
</style>
background-color css
<style>
a { background-color: #930265; }
a { background-color: rgb(147,2,101); }
div.DivClassName
{
background-color: #930265;
}
.BgClassName
{
background-color: #930265;
}
</style>
border-color css
<style>
span { border-color: #930265; }
span { border-color: rgb(147,2,101); }
td.TdClassName
{
border-color: #930265;
}
.TagClassName
{
border-color: #930265;
}
</style>