#930177

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

Shades of Eggplant #930177

Tints of Eggplant #930177

Color information

#930177 (or 0x930177) is unknown color: approx Eggplant. HEX triplet: 93, 01 and 77. RGB value is (147,1,119). Sum of RGB (Red+Green+Blue) = 147+1+119=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #930177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930177 is #6CFE88. Grayscale: #393939. Windows color (decimal): -7143049 or 7799187. OLE color: 7799187.

HSL color Cylindrical-coordinate representation of color #930177: hue angle of 311.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930177 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB1471119-
CMYK00.990.190.42
HSL311.51º98.65%29.02%-
HSV(B)311.51º99.32%57.65%-
XYZ15.377.5618.1-
YUV58.11162.37191.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.06%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=55.06%
G=0.37%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147111900.990.190.42311.5198.6529.02
Hex93177063132A138631d
Octal22311670143235247014335
Binary10010011111101110110001110011101010100111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930177; }

 p { color: rgb(147,1,119); }

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

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

 a { background-color: rgb(147,1,119); }

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

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

 span { border-color: rgb(147,1,119); }

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