#970156

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

Shades of Eggplant #970156

Tints of Eggplant #970156

Color information

#970156 (or 0x970156) is unknown color: approx Eggplant. HEX triplet: 97, 01 and 56. RGB value is (151,1,86). Sum of RGB (Red+Green+Blue) = 151+1+86=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #970156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970156 is #68FEA9. Grayscale: #373737. Windows color (decimal): -6880938 or 5636503. OLE color: 5636503.

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

Color convert

RGB151186-
CMYK00.990.430.41
HSL326º98.68%29.8%-
HSV(B)326º99.34%59.22%-
XYZ14.457.279.45-
YUV55.54145.2196.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=63.45%
G=0.42%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15118600.990.430.4132698.6829.8
Hex971560632B29146631e
Octal22711260143535150614336
Binary100101111101011001100011101011101001101000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970156; }

 p { color: rgb(151,1,86); }

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

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

 a { background-color: rgb(151,1,86); }

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

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

 span { border-color: rgb(151,1,86); }

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