#961164

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

Shades of Eggplant #961164

Tints of Eggplant #961164

Color information

#961164 (or 0x961164) is unknown color: approx Eggplant. HEX triplet: 96, 11 and 64. RGB value is (150,17,100). Sum of RGB (Red+Green+Blue) = 150+17+100=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #961164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961164 is #69EE9B. Grayscale: #424242. Windows color (decimal): -6942364 or 6558102. OLE color: 6558102.

HSL color Cylindrical-coordinate representation of color #961164: hue angle of 322.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961164 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15017100-
CMYK00.890.330.41
HSL322.56º79.64%32.75%-
HSV(B)322.56º88.67%58.82%-
XYZ15.087.8112.77-
YUV66.23147.06187.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=56.18%
G=6.37%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501710000.890.330.41322.5679.6432.75
Hex96116405921291435021
Octal226211440131415150312041
Binary10010110100011100100010110011000011010011010000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961164; }

 p { color: rgb(150,17,100); }

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

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

 a { background-color: rgb(150,17,100); }

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

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

 span { border-color: rgb(150,17,100); }

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