#93065E

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

Shades of Eggplant #93065E

Tints of Eggplant #93065E

Color information

#93065E (or 0x93065E) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 5E. RGB value is (147,6,94). Sum of RGB (Red+Green+Blue) = 147+6+94=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93065E is #6CF9A1. Grayscale: #393939. Windows color (decimal): -7141794 or 6162067. OLE color: 6162067.

HSL color Cylindrical-coordinate representation of color #93065E: hue angle of 322.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93065E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB147694-
CMYK00.960.360.42
HSL322.55º92.16%30%-
HSV(B)322.55º95.92%57.65%-
XYZ14.127.1411.22-
YUV58.19148.21191.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.51%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=59.51%
G=2.43%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14769400.960.360.42322.5592.1630
Hex9365E060242A1435c1e
Octal22361360140445250313436
Binary10010011110101111001100000100100101010101000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93065E; }

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

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

<style>
 a { background-color: #93065E; }

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

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

<style>
 span { border-color: #93065E; }

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

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