#93136C

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

Shades of Eggplant #93136C

Tints of Eggplant #93136C

Color information

#93136C (or 0x93136C) is unknown color: approx Eggplant. HEX triplet: 93, 13 and 6C. RGB value is (147,19,108). Sum of RGB (Red+Green+Blue) = 147+19+108=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93136C is #6CEC93. Grayscale: #434343. Windows color (decimal): -7138452 or 7082899. OLE color: 7082899.

HSL color Cylindrical-coordinate representation of color #93136C: hue angle of 318.28º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93136C is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14719108-
CMYK00.870.270.42
HSL318.28º77.11%32.55%-
HSV(B)318.28º87.07%57.65%-
XYZ14.977.7514.89-
YUV67.42150.91184.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=53.65%
G=6.93%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471910800.870.270.42318.2877.1132.55
Hex93136C0571B2A13e4d21
Octal223231540127335247611541
Binary1001001110011110110001010111110111010101001111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,19,108); }

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

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

 a { background-color: rgb(147,19,108); }

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

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

 span { border-color: rgb(147,19,108); }

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