#97096C

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

Shades of Eggplant #97096C

Tints of Eggplant #97096C

Color information

#97096C (or 0x97096C) is unknown color: approx Eggplant. HEX triplet: 97, 09 and 6C. RGB value is (151,9,108). Sum of RGB (Red+Green+Blue) = 151+9+108=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97096C is #68F693. Grayscale: #3E3E3E. Windows color (decimal): -6878868 or 7080343. OLE color: 7080343.

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

Color convert

RGB1519108-
CMYK00.940.280.41
HSL318.17º88.75%31.37%-
HSV(B)318.17º94.04%59.22%-
XYZ15.577.8614.88-
YUV62.74153.54190.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=56.34%
G=3.36%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151910800.940.280.41318.1788.7531.37
Hex9796C05E1C2913e591f
Octal227111540136345147613137
Binary10010111100111011000101111011100101001100111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97096C; }

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

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

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

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

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

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

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

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