#930676

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

Shades of Eggplant #930676

Tints of Eggplant #930676

Color information

#930676 (or 0x930676) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 76. RGB value is (147,6,118). Sum of RGB (Red+Green+Blue) = 147+6+118=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #930676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930676 is #6CF989. Grayscale: #3C3C3C. Windows color (decimal): -7141770 or 7734931. OLE color: 7734931.

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

Color convert

RGB1476118-
CMYK00.960.200.42
HSL312.34º92.16%30%-
HSV(B)312.34º95.92%57.65%-
XYZ15.377.6417.8-
YUV60.93160.21189.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=54.24%
G=2.21%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147611800.960.200.42312.3492.1630
Hex93676060142A1385c1e
Octal22361660140245247013436
Binary1001001111011101100110000010100101010100111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930676; }

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

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

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

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

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

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

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

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