#960764

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

Shades of Eggplant #960764

Tints of Eggplant #960764

Color information

#960764 (or 0x960764) is unknown color: approx Eggplant. HEX triplet: 96, 07 and 64. RGB value is (150,7,100). Sum of RGB (Red+Green+Blue) = 150+7+100=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960764 is #69F89B. Grayscale: #3C3C3C. Windows color (decimal): -6944924 or 6555542. OLE color: 6555542.

HSL color Cylindrical-coordinate representation of color #960764: hue angle of 320.98º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960764 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB1507100-
CMYK00.950.330.41
HSL320.98º91.08%30.78%-
HSV(B)320.98º95.33%58.82%-
XYZ14.957.5612.73-
YUV60.36150.38191.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=58.37%
G=2.72%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150710000.950.330.41320.9891.0830.78
Hex9676405F21291415b1f
Octal22671440137415150113337
Binary10010110111110010001011111100001101001101000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960764; }

 p { color: rgb(150,7,100); }

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

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

 a { background-color: rgb(150,7,100); }

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

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

 span { border-color: rgb(150,7,100); }

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