#960364

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

Shades of Eggplant #960364

Tints of Eggplant #960364

Color information

#960364 (or 0x960364) is unknown color: approx Eggplant. HEX triplet: 96, 03 and 64. RGB value is (150,3,100). Sum of RGB (Red+Green+Blue) = 150+3+100=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #960364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960364 is #69FC9B. Grayscale: #393939. Windows color (decimal): -6945948 or 6554518. OLE color: 6554518.

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

Color convert

RGB1503100-
CMYK00.980.330.41
HSL320.41º96.08%30%-
HSV(B)320.41º98%58.82%-
XYZ14.917.4712.71-
YUV58.01151.7193.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=59.29%
G=1.19%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150310000.980.330.41320.4196.0830
Hex963640622129140601e
Octal22631440142415150014036
Binary1001011011110010001100010100001101001101000000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960364; }

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

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

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

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

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

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

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

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