#960978

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

Shades of Eggplant #960978

Tints of Eggplant #960978

Color information

#960978 (or 0x960978) is unknown color: approx Eggplant. HEX triplet: 96, 09 and 78. RGB value is (150,9,120). Sum of RGB (Red+Green+Blue) = 150+9+120=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #960978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960978 is #69F687. Grayscale: #3F3F3F. Windows color (decimal): -6944392 or 7866774. OLE color: 7866774.

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

Color convert

RGB1509120-
CMYK00.940.200.41
HSL312.77º88.68%31.18%-
HSV(B)312.77º94%58.82%-
XYZ16.078.0418.47-
YUV63.81159.71189.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=53.76%
G=3.23%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150912000.940.200.41312.7788.6831.18
Hex9697805E1429139591f
Octal226111700136245147113137
Binary10010110100111110000101111010100101001100111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960978; }

 p { color: rgb(150,9,120); }

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

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

 a { background-color: rgb(150,9,120); }

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

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

 span { border-color: rgb(150,9,120); }

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