#930579

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

Shades of Eggplant #930579

Tints of Eggplant #930579

Color information

#930579 (or 0x930579) is unknown color: approx Eggplant. HEX triplet: 93, 05 and 79. RGB value is (147,5,121). Sum of RGB (Red+Green+Blue) = 147+5+121=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #930579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930579 is #6CFA86. Grayscale: #3C3C3C. Windows color (decimal): -7142023 or 7931283. OLE color: 7931283.

HSL color Cylindrical-coordinate representation of color #930579: hue angle of 310.99º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930579 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB1475121-
CMYK00.970.180.42
HSL310.99º93.42%29.8%-
HSV(B)310.99º96.6%57.65%-
XYZ15.547.6918.75-
YUV60.68162.04189.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=53.85%
G=1.83%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147512100.970.180.42310.9993.4229.8
Hex93579061122A1375d1e
Octal22351710141225246713536
Binary1001001110111110010110000110010101010100110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930579; }

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

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

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

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

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

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

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

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