#97106A

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

Shades of Eggplant #97106A

Tints of Eggplant #97106A

Color information

#97106A (or 0x97106A) is unknown color: approx Eggplant. HEX triplet: 97, 10 and 6A. RGB value is (151,16,106). Sum of RGB (Red+Green+Blue) = 151+16+106=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #97106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97106A is #68EF95. Grayscale: #424242. Windows color (decimal): -6877078 or 6951063. OLE color: 6951063.

HSL color Cylindrical-coordinate representation of color #97106A: hue angle of 320º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97106A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15116106-
CMYK00.890.300.41
HSL320º80.84%32.75%-
HSV(B)320º89.4%59.22%-
XYZ15.557.9914.36-
YUV66.62150.23188.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=55.31%
G=5.86%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511610600.890.300.4132080.8432.75
Hex97106A0591E291405121
Octal227201520131365150012141
Binary1001011110000110101001011001111101010011010000001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97106A; }

 p { color: rgb(151,16,106); }

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

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

 a { background-color: rgb(151,16,106); }

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

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

 span { border-color: rgb(151,16,106); }

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