#960671

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

Shades of Eggplant #960671

Tints of Eggplant #960671

Color information

#960671 (or 0x960671) is unknown color: approx Eggplant. HEX triplet: 96, 06 and 71. RGB value is (150,6,113). Sum of RGB (Red+Green+Blue) = 150+6+113=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #960671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960671 is #69F98E. Grayscale: #3C3C3C. Windows color (decimal): -6945167 or 7407254. OLE color: 7407254.

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

Color convert

RGB1506113-
CMYK00.960.250.41
HSL315.42º92.31%30.59%-
HSV(B)315.42º96%58.82%-
XYZ15.627.8116.31-
YUV61.25157.21191.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 6 (2.73% from 255) = 2.23%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=55.76%
G=2.23%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150611300.960.250.41315.4292.3130.59
Hex96671060192913b5c1f
Octal22661610140315147313437
Binary1001011011011100010110000011001101001100111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960671; }

 p { color: rgb(150,6,113); }

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

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

 a { background-color: rgb(150,6,113); }

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

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

 span { border-color: rgb(150,6,113); }

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