#93065C

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

Shades of Eggplant #93065C

Tints of Eggplant #93065C

Color information

#93065C (or 0x93065C) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 5C. RGB value is (147,6,92). Sum of RGB (Red+Green+Blue) = 147+6+92=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93065C is #6CF9A3. Grayscale: #393939. Windows color (decimal): -7141796 or 6030995. OLE color: 6030995.

HSL color Cylindrical-coordinate representation of color #93065C: hue angle of 323.4º 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 #93065C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB147692-
CMYK00.960.370.42
HSL323.4º92.16%30%-
HSV(B)323.4º95.92%57.65%-
XYZ14.037.1110.76-
YUV57.96147.21191.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=60%
G=2.45%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14769200.960.370.42323.492.1630
Hex9365C060252A1435c1e
Octal22361340140455250313436
Binary10010011110101110001100000100101101010101000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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