#960877

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

Shades of Eggplant #960877

Tints of Eggplant #960877

Color information

#960877 (or 0x960877) is unknown color: approx Eggplant. HEX triplet: 96, 08 and 77. RGB value is (150,8,119). Sum of RGB (Red+Green+Blue) = 150+8+119=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #960877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960877 is #69F788. Grayscale: #3E3E3E. Windows color (decimal): -6944649 or 7800982. OLE color: 7800982.

HSL color Cylindrical-coordinate representation of color #960877: hue angle of 313.1º 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 #960877 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB1508119-
CMYK00.950.210.41
HSL313.1º89.87%30.98%-
HSV(B)313.1º94.67%58.82%-
XYZ15.997.9918.15-
YUV63.11159.54189.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=54.15%
G=2.89%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150811900.950.210.41313.189.8730.98
Hex9687705F15291395a1f
Octal226101670137255147113237
Binary10010110100011101110101111110101101001100111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960877; }

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

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

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

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

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

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

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

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