#960C5F

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

Shades of Eggplant #960C5F

Tints of Eggplant #960C5F

Color information

#960C5F (or 0x960C5F) is unknown color: approx Eggplant. HEX triplet: 96, 0C and 5F. RGB value is (150,12,95). Sum of RGB (Red+Green+Blue) = 150+12+95=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960C5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960C5F is #69F3A0. Grayscale: #3E3E3E. Windows color (decimal): -6943649 or 6229142. OLE color: 6229142.

HSL color Cylindrical-coordinate representation of color #960C5F: hue angle of 323.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C5F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1501295-
CMYK00.920.370.41
HSL323.91º85.19%31.76%-
HSV(B)323.91º92%58.82%-
XYZ14.777.5711.51-
YUV62.72146.22190.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=58.37%
G=4.67%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150129500.920.370.41323.9185.1931.76
Hex96C5F05C25291445520
Octal226141370134455150412540
Binary1001011011001011111010111001001011010011010001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960C5F; }

 p { color: rgb(150,12,95); }

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

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

 a { background-color: rgb(150,12,95); }

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

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

 span { border-color: rgb(150,12,95); }

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