#970973

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

Shades of Eggplant #970973

Tints of Eggplant #970973

Color information

#970973 (or 0x970973) is unknown color: approx Eggplant. HEX triplet: 97, 09 and 73. RGB value is (151,9,115). Sum of RGB (Red+Green+Blue) = 151+9+115=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #970973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970973 is #68F68C. Grayscale: #3F3F3F. Windows color (decimal): -6878861 or 7539095. OLE color: 7539095.

HSL color Cylindrical-coordinate representation of color #970973: hue angle of 315.21º 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 #970973 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB1519115-
CMYK00.940.240.41
HSL315.21º88.75%31.37%-
HSV(B)315.21º94.04%59.22%-
XYZ15.958.0116.93-
YUV63.54157.04190.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=54.91%
G=3.27%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151911500.940.240.41315.2188.7531.37
Hex9797305E182913b591f
Octal227111630136305147313137
Binary10010111100111100110101111011000101001100111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970973; }

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

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

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

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

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

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

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

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