#960B70

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

Shades of Eggplant #960B70

Tints of Eggplant #960B70

Color information

#960B70 (or 0x960B70) is unknown color: approx Eggplant. HEX triplet: 96, 0B and 70. RGB value is (150,11,112). Sum of RGB (Red+Green+Blue) = 150+11+112=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #960B70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B70 is #69F48F. Grayscale: #3F3F3F. Windows color (decimal): -6943888 or 7342998. OLE color: 7342998.

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

Color convert

RGB15011112-
CMYK00.930.250.41
HSL316.4º86.34%31.57%-
HSV(B)316.4º92.67%58.82%-
XYZ15.627.8916.03-
YUV64.08155.05189.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=54.95%
G=4.03%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501111200.930.250.41316.486.3431.57
Hex96B7005D192913c5620
Octal226131600135315147412640
Binary100101101011111000001011101110011010011001111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,11,112); }

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

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

 a { background-color: rgb(150,11,112); }

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

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

 span { border-color: rgb(150,11,112); }

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