#961065

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

Shades of Eggplant #961065

Tints of Eggplant #961065

Color information

#961065 (or 0x961065) is unknown color: approx Eggplant. HEX triplet: 96, 10 and 65. RGB value is (150,16,101). Sum of RGB (Red+Green+Blue) = 150+16+101=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #961065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961065 is #69EF9A. Grayscale: #414141. Windows color (decimal): -6942619 or 6623382. OLE color: 6623382.

HSL color Cylindrical-coordinate representation of color #961065: hue angle of 321.94º degrees, saturation: 0.81, 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 #961065 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15016101-
CMYK00.890.330.41
HSL321.94º80.72%32.55%-
HSV(B)321.94º89.33%58.82%-
XYZ15.117.7913.02-
YUV65.76147.89188.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=56.18%
G=5.99%
B=37.83%

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
Decimal1501610100.890.330.41321.9480.7232.55
Hex96106505921291425121
Octal226201450131415150212141
Binary10010110100001100101010110011000011010011010000101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961065; }

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

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

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

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

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

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

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

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