#960474

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

Shades of Eggplant #960474

Tints of Eggplant #960474

Color information

#960474 (or 0x960474) is unknown color: approx Eggplant. HEX triplet: 96, 04 and 74. RGB value is (150,4,116). Sum of RGB (Red+Green+Blue) = 150+4+116=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960474 is #69FB8B. Grayscale: #3C3C3C. Windows color (decimal): -6945676 or 7603350. OLE color: 7603350.

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

Color convert

RGB1504116-
CMYK00.970.230.41
HSL313.97º94.81%30.2%-
HSV(B)313.97º97.33%58.82%-
XYZ15.777.8317.2-
YUV60.42159.37191.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=55.56%
G=1.48%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150411600.970.230.41313.9794.8130.2
Hex96474061172913a5f1e
Octal22641640141275147213736
Binary1001011010011101000110000110111101001100111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960474; }

 p { color: rgb(150,4,116); }

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

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

 a { background-color: rgb(150,4,116); }

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

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

 span { border-color: rgb(150,4,116); }

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