#930472

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

Shades of Eggplant #930472

Tints of Eggplant #930472

Color information

#930472 (or 0x930472) is unknown color: approx Eggplant. HEX triplet: 93, 04 and 72. RGB value is (147,4,114). Sum of RGB (Red+Green+Blue) = 147+4+114=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #930472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930472 is #6CFB8D. Grayscale: #3B3B3B. Windows color (decimal): -7142286 or 7472275. OLE color: 7472275.

HSL color Cylindrical-coordinate representation of color #930472: hue angle of 313.85º degrees, saturation: 0.95, 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 #930472 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB1474114-
CMYK00.970.220.42
HSL313.85º94.7%29.61%-
HSV(B)313.85º97.28%57.65%-
XYZ15.117.516.57-
YUV59.3158.88190.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=55.47%
G=1.51%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147411400.970.220.42313.8594.729.61
Hex93472061162A13a5f1e
Octal22341620141265247213736
Binary1001001110011100100110000110110101010100111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930472; }

 p { color: rgb(147,4,114); }

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

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

 a { background-color: rgb(147,4,114); }

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

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

 span { border-color: rgb(147,4,114); }

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