#960559

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

Shades of Eggplant #960559

Tints of Eggplant #960559

Color information

#960559 (or 0x960559) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 59. RGB value is (150,5,89). Sum of RGB (Red+Green+Blue) = 150+5+89=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #960559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960559 is #69FAA6. Grayscale: #393939. Windows color (decimal): -6945447 or 5834134. OLE color: 5834134.

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

Color convert

RGB150589-
CMYK00.970.410.41
HSL325.24º93.55%30.39%-
HSV(B)325.24º96.67%58.82%-
XYZ14.447.3110.1-
YUV57.93145.54193.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=61.48%
G=2.05%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15058900.970.410.41325.2493.5530.39
Hex9655906129291455e1e
Octal22651310141515150513636
Binary10010110101101100101100001101001101001101000101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960559; }

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

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

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

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

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

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

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

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