#960575

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

Shades of Eggplant #960575

Tints of Eggplant #960575

Color information

#960575 (or 0x960575) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 75. RGB value is (150,5,117). Sum of RGB (Red+Green+Blue) = 150+5+117=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960575 is #69FA8A. Grayscale: #3C3C3C. Windows color (decimal): -6945419 or 7669142. OLE color: 7669142.

HSL color Cylindrical-coordinate representation of color #960575: hue angle of 313.66º 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 #960575 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB1505117-
CMYK00.970.220.41
HSL313.66º93.55%30.39%-
HSV(B)313.66º96.67%58.82%-
XYZ15.847.8817.52-
YUV61.12159.54191.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=55.15%
G=1.84%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150511700.970.220.41313.6693.5530.39
Hex96575061162913a5e1e
Octal22651650141265147213636
Binary1001011010111101010110000110110101001100111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960575; }

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

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

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

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

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

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

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

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