#97037A

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

Shades of Eggplant #97037A

Tints of Eggplant #97037A

Color information

#97037A (or 0x97037A) is unknown color: approx Eggplant. HEX triplet: 97, 03 and 7A. RGB value is (151,3,122). Sum of RGB (Red+Green+Blue) = 151+3+122=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97037A is #68FC85. Grayscale: #3C3C3C. Windows color (decimal): -6880390 or 7996311. OLE color: 7996311.

HSL color Cylindrical-coordinate representation of color #97037A: hue angle of 311.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97037A is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB1513122-
CMYK00.980.190.41
HSL311.76º96.1%30.2%-
HSV(B)311.76º98.01%59.22%-
XYZ16.318.0519.11-
YUV60.82162.53192.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=54.71%
G=1.09%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151312200.980.190.41311.7696.130.2
Hex9737A0621329138601e
Octal22731720142235147014036
Binary100101111111110100110001010011101001100111000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,3,122); }

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

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

 a { background-color: rgb(151,3,122); }

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

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

 span { border-color: rgb(151,3,122); }

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