#930179

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

Shades of Eggplant #930179

Tints of Eggplant #930179

Color information

#930179 (or 0x930179) is unknown color: approx Eggplant. HEX triplet: 93, 01 and 79. RGB value is (147,1,121). Sum of RGB (Red+Green+Blue) = 147+1+121=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #930179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930179 is #6CFE86. Grayscale: #3A3A3A. Windows color (decimal): -7143047 or 7930259. OLE color: 7930259.

HSL color Cylindrical-coordinate representation of color #930179: hue angle of 310.68º 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 #930179 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB1471121-
CMYK00.990.180.42
HSL310.68º98.65%29.02%-
HSV(B)310.68º99.32%57.65%-
XYZ15.497.6118.74-
YUV58.33163.37191.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=54.65%
G=0.37%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147112100.990.180.42310.6898.6529.02
Hex93179063122A137631d
Octal22311710143225246714335
Binary10010011111110010110001110010101010100110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930179; }

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

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

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

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

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

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

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

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