#970975

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

Shades of Eggplant #970975

Tints of Eggplant #970975

Color information

#970975 (or 0x970975) is unknown color: approx Eggplant. HEX triplet: 97, 09 and 75. RGB value is (151,9,117). Sum of RGB (Red+Green+Blue) = 151+9+117=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #970975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970975 is #68F68A. Grayscale: #3F3F3F. Windows color (decimal): -6878859 or 7670167. OLE color: 7670167.

HSL color Cylindrical-coordinate representation of color #970975: hue angle of 314.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970975 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB1519117-
CMYK00.940.230.41
HSL314.37º88.75%31.37%-
HSV(B)314.37º94.04%59.22%-
XYZ16.078.0617.54-
YUV63.77158.04190.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=54.51%
G=3.25%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151911700.940.230.41314.3788.7531.37
Hex9797505E172913a591f
Octal227111650136275147213137
Binary10010111100111101010101111010111101001100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970975; }

 p { color: rgb(151,9,117); }

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

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

 a { background-color: rgb(151,9,117); }

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

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

 span { border-color: rgb(151,9,117); }

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