#93096B

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

Shades of Eggplant #93096B

Tints of Eggplant #93096B

Color information

#93096B (or 0x93096B) is unknown color: approx Eggplant. HEX triplet: 93, 09 and 6B. RGB value is (147,9,107). Sum of RGB (Red+Green+Blue) = 147+9+107=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93096B is #6CF694. Grayscale: #3D3D3D. Windows color (decimal): -7141013 or 7014803. OLE color: 7014803.

HSL color Cylindrical-coordinate representation of color #93096B: hue angle of 317.39º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93096B is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB1479107-
CMYK00.940.270.42
HSL317.39º88.46%30.59%-
HSV(B)317.39º93.88%57.65%-
XYZ14.787.4614.57-
YUV61.43153.72189.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.89%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=55.89%
G=3.42%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147910700.940.270.42317.3988.4630.59
Hex9396B05E1B2A13d581f
Octal223111530136335247513037
Binary10010011100111010110101111011011101010100111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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