#97055B

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

Shades of Eggplant #97055B

Tints of Eggplant #97055B

Color information

#97055B (or 0x97055B) is unknown color: approx Eggplant. HEX triplet: 97, 05 and 5B. RGB value is (151,5,91). Sum of RGB (Red+Green+Blue) = 151+5+91=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97055B is #68FAA4. Grayscale: #3A3A3A. Windows color (decimal): -6879909 or 5965207. OLE color: 5965207.

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

Color convert

RGB151591-
CMYK00.970.400.41
HSL324.66º93.59%30.59%-
HSV(B)324.66º96.69%59.22%-
XYZ14.717.4410.56-
YUV58.46146.37194.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.13%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=61.13%
G=2.02%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15159100.970.400.41324.6693.5930.59
Hex9755B06128291455e1f
Octal22751330141505150513637
Binary10010111101101101101100001101000101001101000101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97055B; }

 p { color: rgb(151,5,91); }

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

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

 a { background-color: rgb(151,5,91); }

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

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

 span { border-color: rgb(151,5,91); }

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