#93136B

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

Shades of Eggplant #93136B

Tints of Eggplant #93136B

Color information

#93136B (or 0x93136B) is unknown color: approx Eggplant. HEX triplet: 93, 13 and 6B. RGB value is (147,19,107). Sum of RGB (Red+Green+Blue) = 147+19+107=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93136B is #6CEC94. Grayscale: #434343. Windows color (decimal): -7138453 or 7017363. OLE color: 7017363.

HSL color Cylindrical-coordinate representation of color #93136B: hue angle of 318.75º 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 #93136B is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14719107-
CMYK00.870.270.42
HSL318.75º77.11%32.55%-
HSV(B)318.75º87.07%57.65%-
XYZ14.927.7314.62-
YUV67.3150.41184.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=53.85%
G=6.96%
B=39.19%

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
Decimal1471910700.870.270.42318.7577.1132.55
Hex93136B0571B2A13f4d21
Octal223231530127335247711541
Binary1001001110011110101101010111110111010101001111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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