#97156B

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

Shades of Eggplant #97156B

Tints of Eggplant #97156B

Color information

#97156B (or 0x97156B) is unknown color: approx Eggplant. HEX triplet: 97, 15 and 6B. RGB value is (151,21,107). Sum of RGB (Red+Green+Blue) = 151+21+107=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97156B is #68EA94. Grayscale: #454545. Windows color (decimal): -6875797 or 7017879. OLE color: 7017879.

HSL color Cylindrical-coordinate representation of color #97156B: hue angle of 320.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97156B is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15121107-
CMYK00.860.290.41
HSL320.31º75.58%33.73%-
HSV(B)320.31º86.09%59.22%-
XYZ15.688.1814.66-
YUV69.67149.07186.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=54.12%
G=7.53%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512110700.860.290.41320.3175.5833.73
Hex97156B0561D291404c22
Octal227251530126355150011442
Binary1001011110101110101101010110111011010011010000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,21,107); }

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

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

 a { background-color: rgb(151,21,107); }

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

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

 span { border-color: rgb(151,21,107); }

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