#93146d

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

Shades of Eggplant #93146D

Tints of Eggplant #93146D

Color information

#93146D (or 0x93146D) is unknown color: approx Eggplant. HEX triplet: 93, 14 and 6D. RGB value is (147,20,109). Sum of RGB (Red+Green+Blue) = 147+20+109=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93146D is #6CEB92. Grayscale: #434343. Windows color (decimal): -7138195 or 7148691. OLE color: 7148691.

HSL color Cylindrical-coordinate representation of color #93146D: hue angle of 317.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93146D is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14720109-
CMYK00.860.260.42
HSL317.95º76.05%32.75%-
HSV(B)317.95º86.39%57.65%-
XYZ15.047.8115.18-
YUV68.12151.08184.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=53.26%
G=7.25%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472010900.860.260.42317.9576.0532.75
Hex93146D0561A2A13e4c21
Octal223241550126325247611441
Binary1001001110100110110101010110110101010101001111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93146d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93146d; }

 p { color: rgb(147,20,109); }

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

<style>
 a { background-color: #93146d; }

 a { background-color: rgb(147,20,109); }

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

<style>
 span { border-color: #93146d; }

 span { border-color: rgb(147,20,109); }

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