#960E66

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

Shades of Eggplant #960E66

Tints of Eggplant #960E66

Color information

#960E66 (or 0x960E66) is unknown color: approx Eggplant. HEX triplet: 96, 0E and 66. RGB value is (150,14,102). Sum of RGB (Red+Green+Blue) = 150+14+102=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #960E66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960E66 is #69F199. Grayscale: #404040. Windows color (decimal): -6943130 or 6688406. OLE color: 6688406.

HSL color Cylindrical-coordinate representation of color #960E66: hue angle of 321.18º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E66 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15014102-
CMYK00.910.320.41
HSL321.18º82.93%32.16%-
HSV(B)321.18º90.67%58.82%-
XYZ15.137.7613.27-
YUV64.7149.06188.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=56.39%
G=5.26%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501410200.910.320.41321.1882.9332.16
Hex96E6605B20291415320
Octal226161460133405150112340
Binary1001011011101100110010110111000001010011010000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960E66; }

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

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

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

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

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

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

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

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