#930978

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

Shades of Eggplant #930978

Tints of Eggplant #930978

Color information

#930978 (or 0x930978) is unknown color: approx Eggplant. HEX triplet: 93, 09 and 78. RGB value is (147,9,120). Sum of RGB (Red+Green+Blue) = 147+9+120=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #930978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930978 is #6CF687. Grayscale: #3E3E3E. Windows color (decimal): -7141000 or 7866771. OLE color: 7866771.

HSL color Cylindrical-coordinate representation of color #930978: hue angle of 311.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930978 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB1479120-
CMYK00.940.180.42
HSL311.74º88.46%30.59%-
HSV(B)311.74º93.88%57.65%-
XYZ15.527.7518.45-
YUV62.92160.22187.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=53.26%
G=3.26%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147912000.940.180.42311.7488.4630.59
Hex9397805E122A138581f
Octal223111700136225247013037
Binary10010011100111110000101111010010101010100111000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930978; }

 p { color: rgb(147,9,120); }

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

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

 a { background-color: rgb(147,9,120); }

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

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

 span { border-color: rgb(147,9,120); }

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