#960973

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

Shades of Eggplant #960973

Tints of Eggplant #960973

Color information

#960973 (or 0x960973) is unknown color: approx Eggplant. HEX triplet: 96, 09 and 73. RGB value is (150,9,115). Sum of RGB (Red+Green+Blue) = 150+9+115=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #960973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960973 is #69F68C. Grayscale: #3E3E3E. Windows color (decimal): -6944397 or 7539094. OLE color: 7539094.

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

Color convert

RGB1509115-
CMYK00.940.230.41
HSL314.89º88.68%31.18%-
HSV(B)314.89º94%58.82%-
XYZ15.777.9216.92-
YUV63.24157.21189.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=54.74%
G=3.28%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150911500.940.230.41314.8988.6831.18
Hex9697305E172913b591f
Octal226111630136275147313137
Binary10010110100111100110101111010111101001100111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960973; }

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

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

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

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

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

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

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

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