#930A5E

Color #930A5E Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #930A5E

Tints of Eggplant #930A5E

Color information

#930A5E (or 0x930A5E) is unknown color: approx Eggplant. HEX triplet: 93, 0A and 5E. RGB value is (147,10,94). Sum of RGB (Red+Green+Blue) = 147+10+94=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #930A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A5E is #6CF5A1. Grayscale: #3C3C3C. Windows color (decimal): -7140770 or 6163091. OLE color: 6163091.

HSL color Cylindrical-coordinate representation of color #930A5E: hue angle of 323.21º 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 #930A5E is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1471094-
CMYK00.930.360.42
HSL323.21º87.26%30.78%-
HSV(B)323.21º93.2%57.65%-
XYZ14.167.2311.24-
YUV60.54146.89189.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=58.57%
G=3.98%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147109400.930.360.42323.2187.2630.78
Hex93A5E05D242A143571f
Octal223121360135445250312737
Binary100100111010101111001011101100100101010101000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930A5E; }

 p { color: rgb(147,10,94); }

 H1.HeaderClassName
 {
   color: #930A5E;
 }
 .AnyTagClassName
 {
   color: #930A5E;
 }
</style>
background-color css

<style>
 a { background-color: #930A5E; }

 a { background-color: rgb(147,10,94); }

 div.DivClassName
 {
   background-color: #930A5E;
 }
 .BgClassName
 {
   background-color: #930A5E;
 }
</style>
border-color css

<style>
 span { border-color: #930A5E; }

 span { border-color: rgb(147,10,94); }

 td.TdClassName
 {
   border-color: #930A5E;
 }
 .TagClassName
 {
   border-color: #930A5E;
 }
</style>