#951064

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

Shades of Eggplant #951064

Tints of Eggplant #951064

Color information

#951064 (or 0x951064) is unknown color: approx Eggplant. HEX triplet: 95, 10 and 64. RGB value is (149,16,100). Sum of RGB (Red+Green+Blue) = 149+16+100=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #951064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951064 is #6AEF9B. Grayscale: #414141. Windows color (decimal): -7008156 or 6557845. OLE color: 6557845.

HSL color Cylindrical-coordinate representation of color #951064: hue angle of 322.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951064 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14916100-
CMYK00.890.330.42
HSL322.11º80.61%32.35%-
HSV(B)322.11º89.26%58.43%-
XYZ14.887.6812.75-
YUV65.34147.56187.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=56.23%
G=6.04%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491610000.890.330.42322.1180.6132.35
Hex951064059212A1425120
Octal225201440131415250212140
Binary10010101100001100100010110011000011010101010000101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951064; }

 p { color: rgb(149,16,100); }

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

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

 a { background-color: rgb(149,16,100); }

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

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

 span { border-color: rgb(149,16,100); }

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