#93055D

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

Shades of Eggplant #93055D

Tints of Eggplant #93055D

Color information

#93055D (or 0x93055D) is unknown color: approx Eggplant. HEX triplet: 93, 05 and 5D. RGB value is (147,5,93). Sum of RGB (Red+Green+Blue) = 147+5+93=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93055D is #6CFAA2. Grayscale: #393939. Windows color (decimal): -7142051 or 6096275. OLE color: 6096275.

HSL color Cylindrical-coordinate representation of color #93055D: hue angle of 322.82º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93055D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB147593-
CMYK00.970.370.42
HSL322.82º93.42%29.8%-
HSV(B)322.82º96.6%57.65%-
XYZ14.067.110.99-
YUV57.49148.04191.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=60%
G=2.04%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14759300.970.370.42322.8293.4229.8
Hex9355D061252A1435d1e
Octal22351350141455250313536
Binary10010011101101110101100001100101101010101000011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93055D; }

 p { color: rgb(147,5,93); }

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

<style>
 a { background-color: #93055D; }

 a { background-color: rgb(147,5,93); }

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

<style>
 span { border-color: #93055D; }

 span { border-color: rgb(147,5,93); }

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