#960666

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

Shades of Eggplant #960666

Tints of Eggplant #960666

Color information

#960666 (or 0x960666) is unknown color: approx Eggplant. HEX triplet: 96, 06 and 66. RGB value is (150,6,102). Sum of RGB (Red+Green+Blue) = 150+6+102=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #960666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960666 is #69F999. Grayscale: #3B3B3B. Windows color (decimal): -6945178 or 6686358. OLE color: 6686358.

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

Color convert

RGB1506102-
CMYK00.960.320.41
HSL320º92.31%30.59%-
HSV(B)320º96%58.82%-
XYZ15.047.5713.24-
YUV60151.71192.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=58.14%
G=2.33%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150610200.960.320.4132092.3130.59
Hex9666606020291405c1f
Octal22661460140405150013437
Binary10010110110110011001100000100000101001101000000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960666; }

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

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

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

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

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

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

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

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