#960A65

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

Shades of Eggplant #960A65

Tints of Eggplant #960A65

Color information

#960A65 (or 0x960A65) is unknown color: approx Eggplant. HEX triplet: 96, 0A and 65. RGB value is (150,10,101). Sum of RGB (Red+Green+Blue) = 150+10+101=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #960A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960A65 is #69F59A. Grayscale: #3E3E3E. Windows color (decimal): -6944155 or 6621846. OLE color: 6621846.

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

Color convert

RGB15010101-
CMYK00.930.330.41
HSL321º87.5%31.37%-
HSV(B)321º93.33%58.82%-
XYZ15.047.6412.99-
YUV62.23149.88190.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=57.47%
G=3.83%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501010100.930.330.4132187.531.37
Hex96A6505D2129141581f
Octal226121450135415150113037
Binary100101101010110010101011101100001101001101000001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,10,101); }

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

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

 a { background-color: rgb(150,10,101); }

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

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

 span { border-color: rgb(150,10,101); }

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