#930077

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

Shades of Eggplant #930077

Tints of Eggplant #930077

Color information

#930077 (or 0x930077) is unknown color: approx Eggplant. HEX triplet: 93, 00 and 77. RGB value is (147,0,119). Sum of RGB (Red+Green+Blue) = 147+0+119=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #930077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930077 is #6CFF88. Grayscale: #393939. Windows color (decimal): -7143305 or 7798931. OLE color: 7798931.

HSL color Cylindrical-coordinate representation of color #930077: hue angle of 311.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930077 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB1470119-
CMYK010.190.42
HSL311.43º100%28.82%-
HSV(B)311.43º100%57.65%-
XYZ15.367.5318.1-
YUV57.52162.7191.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=55.26%
G=0%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470119010.190.42311.4310028.82
Hex93077064132A137641d
Octal22301670144235246714435
Binary10010011011101110110010010011101010100110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930077; }

 p { color: rgb(147,0,119); }

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

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

 a { background-color: rgb(147,0,119); }

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

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

 span { border-color: rgb(147,0,119); }

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