#93156D

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

Shades of Eggplant #93156D

Tints of Eggplant #93156D

Color information

#93156D (or 0x93156D) is unknown color: approx Eggplant. HEX triplet: 93, 15 and 6D. RGB value is (147,21,109). Sum of RGB (Red+Green+Blue) = 147+21+109=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93156D is #6CEA92. Grayscale: #444444. Windows color (decimal): -7137939 or 7148947. OLE color: 7148947.

HSL color Cylindrical-coordinate representation of color #93156D: hue angle of 318.1º degrees, saturation: 0.75, 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 #93156D is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14721109-
CMYK00.860.260.42
HSL318.1º75%32.94%-
HSV(B)318.1º85.71%57.65%-
XYZ15.067.8415.19-
YUV68.71150.74183.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=53.07%
G=7.58%
B=39.35%

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
Decimal1472110900.860.260.42318.17532.94
Hex93156D0561A2A13e4b21
Octal223251550126325247611341
Binary1001001110101110110101010110110101010101001111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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