#960564

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

Shades of Eggplant #960564

Tints of Eggplant #960564

Color information

#960564 (or 0x960564) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 64. RGB value is (150,5,100). Sum of RGB (Red+Green+Blue) = 150+5+100=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #960564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960564 is #69FA9B. Grayscale: #3A3A3A. Windows color (decimal): -6945436 or 6555030. OLE color: 6555030.

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

Color convert

RGB1505100-
CMYK00.970.330.41
HSL320.69º93.55%30.39%-
HSV(B)320.69º96.67%58.82%-
XYZ14.937.5112.72-
YUV59.18151.04192.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=58.82%
G=1.96%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150510000.970.330.41320.6993.5530.39
Hex9656406121291415e1e
Octal22651440141415150113636
Binary10010110101110010001100001100001101001101000001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960564; }

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

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

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

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

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

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

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

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