#960561

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

Shades of Eggplant #960561

Tints of Eggplant #960561

Color information

#960561 (or 0x960561) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 61. RGB value is (150,5,97). Sum of RGB (Red+Green+Blue) = 150+5+97=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #960561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960561 is #69FA9E. Grayscale: #3A3A3A. Windows color (decimal): -6945439 or 6358422. OLE color: 6358422.

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

Color convert

RGB150597-
CMYK00.970.350.41
HSL321.93º93.55%30.39%-
HSV(B)321.93º96.67%58.82%-
XYZ14.797.4611.97-
YUV58.84149.54193.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=59.52%
G=1.98%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15059700.970.350.41321.9393.5530.39
Hex9656106123291425e1e
Octal22651410141435150213636
Binary10010110101110000101100001100011101001101000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960561; }

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

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

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

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

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

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

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

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