#960878

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

Shades of Eggplant #960878

Tints of Eggplant #960878

Color information

#960878 (or 0x960878) is unknown color: approx Eggplant. HEX triplet: 96, 08 and 78. RGB value is (150,8,120). Sum of RGB (Red+Green+Blue) = 150+8+120=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #960878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960878 is #69F787. Grayscale: #3E3E3E. Windows color (decimal): -6944648 or 7866518. OLE color: 7866518.

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

Color convert

RGB1508120-
CMYK00.950.200.41
HSL312.68º89.87%30.98%-
HSV(B)312.68º94.67%58.82%-
XYZ16.058.0118.47-
YUV63.23160.04189.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=53.96%
G=2.88%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150812000.950.200.41312.6889.8730.98
Hex9687805F14291395a1f
Octal226101700137245147113237
Binary10010110100011110000101111110100101001100111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960878; }

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

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

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

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

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

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

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

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