#960E68

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

Shades of Eggplant #960E68

Tints of Eggplant #960E68

Color information

#960E68 (or 0x960E68) is unknown color: approx Eggplant. HEX triplet: 96, 0E and 68. RGB value is (150,14,104). Sum of RGB (Red+Green+Blue) = 150+14+104=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #960E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960E68 is #69F197. Grayscale: #404040. Windows color (decimal): -6943128 or 6819478. OLE color: 6819478.

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

Color convert

RGB15014104-
CMYK00.910.310.41
HSL320.29º82.93%32.16%-
HSV(B)320.29º90.67%58.82%-
XYZ15.237.813.8-
YUV64.92150.06188.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=55.97%
G=5.22%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501410400.910.310.41320.2982.9332.16
Hex96E6805B1F291405320
Octal226161500133375150012340
Binary100101101110110100001011011111111010011010000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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