#960E6A

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

Shades of Eggplant #960E6A

Tints of Eggplant #960E6A

Color information

#960E6A (or 0x960E6A) is unknown color: approx Eggplant. HEX triplet: 96, 0E and 6A. RGB value is (150,14,106). Sum of RGB (Red+Green+Blue) = 150+14+106=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960E6A is #69F195. Grayscale: #404040. Windows color (decimal): -6943126 or 6950550. OLE color: 6950550.

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

Color convert

RGB15014106-
CMYK00.910.290.41
HSL319.41º82.93%32.16%-
HSV(B)319.41º90.67%58.82%-
XYZ15.347.8414.34-
YUV65.15151.06188.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=55.56%
G=5.19%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501410600.910.290.41319.4182.9332.16
Hex96E6A05B1D2913f5320
Octal226161520133355147712340
Binary100101101110110101001011011111011010011001111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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