#930476

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

Shades of Eggplant #930476

Tints of Eggplant #930476

Color information

#930476 (or 0x930476) is unknown color: approx Eggplant. HEX triplet: 93, 04 and 76. RGB value is (147,4,118). Sum of RGB (Red+Green+Blue) = 147+4+118=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #930476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930476 is #6CFB89. Grayscale: #3B3B3B. Windows color (decimal): -7142282 or 7734419. OLE color: 7734419.

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

Color convert

RGB1474118-
CMYK00.970.200.42
HSL312.17º94.7%29.61%-
HSV(B)312.17º97.28%57.65%-
XYZ15.357.617.8-
YUV59.75160.88190.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=54.65%
G=1.49%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147411800.970.200.42312.1794.729.61
Hex93476061142A1385f1e
Octal22341660141245247013736
Binary1001001110011101100110000110100101010100111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930476; }

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

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

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

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

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

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

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

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