#930774

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

Shades of Eggplant #930774

Tints of Eggplant #930774

Color information

#930774 (or 0x930774) is unknown color: approx Eggplant. HEX triplet: 93, 07 and 74. RGB value is (147,7,116). Sum of RGB (Red+Green+Blue) = 147+7+116=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #930774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930774 is #6CF88B. Grayscale: #3C3C3C. Windows color (decimal): -7141516 or 7604115. OLE color: 7604115.

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

Color convert

RGB1477116-
CMYK00.950.210.42
HSL313.29º90.91%30.2%-
HSV(B)313.29º95.24%57.65%-
XYZ15.267.6217.19-
YUV61.29158.88189.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.44%
GREEN value IS 7 (3.12% from 255) = 2.59%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=54.44%
G=2.59%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147711600.950.210.42313.2990.9130.2
Hex9377405F152A1395b1e
Octal22371640137255247113336
Binary1001001111111101000101111110101101010100111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930774; }

 p { color: rgb(147,7,116); }

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

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

 a { background-color: rgb(147,7,116); }

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

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

 span { border-color: rgb(147,7,116); }

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