#93096C

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

Shades of Eggplant #93096C

Tints of Eggplant #93096C

Color information

#93096C (or 0x93096C) is unknown color: approx Eggplant. HEX triplet: 93, 09 and 6C. RGB value is (147,9,108). Sum of RGB (Red+Green+Blue) = 147+9+108=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93096C is #6CF693. Grayscale: #3D3D3D. Windows color (decimal): -7141012 or 7080339. OLE color: 7080339.

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

Color convert

RGB1479108-
CMYK00.940.270.42
HSL316.96º88.46%30.59%-
HSV(B)316.96º93.88%57.65%-
XYZ14.847.4814.85-
YUV61.55154.22188.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=55.68%
G=3.41%
B=40.91%

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
Decimal147910800.940.270.42316.9688.4630.59
Hex9396C05E1B2A13d581f
Octal223111540136335247513037
Binary10010011100111011000101111011011101010100111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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