#97126C

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

Shades of Eggplant #97126C

Tints of Eggplant #97126C

Color information

#97126C (or 0x97126C) is unknown color: approx Eggplant. HEX triplet: 97, 12 and 6C. RGB value is (151,18,108). Sum of RGB (Red+Green+Blue) = 151+18+108=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97126C is #68ED93. Grayscale: #434343. Windows color (decimal): -6876564 or 7082647. OLE color: 7082647.

HSL color Cylindrical-coordinate representation of color #97126C: hue angle of 319.4º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97126C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15118108-
CMYK00.880.280.41
HSL319.4º78.7%33.14%-
HSV(B)319.4º88.08%59.22%-
XYZ15.698.0914.92-
YUV68.03150.56187.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=54.51%
G=6.50%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511810800.880.280.41319.478.733.14
Hex97126C0581C2913f4f21
Octal227221540130345147711741
Binary1001011110010110110001011000111001010011001111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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