#960B75

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

Shades of Eggplant #960B75

Tints of Eggplant #960B75

Color information

#960B75 (or 0x960B75) is unknown color: approx Eggplant. HEX triplet: 96, 0B and 75. RGB value is (150,11,117). Sum of RGB (Red+Green+Blue) = 150+11+117=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #960B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B75 is #69F48A. Grayscale: #404040. Windows color (decimal): -6943883 or 7670678. OLE color: 7670678.

HSL color Cylindrical-coordinate representation of color #960B75: hue angle of 314.24º 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 #960B75 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15011117-
CMYK00.930.220.41
HSL314.24º86.34%31.57%-
HSV(B)314.24º92.67%58.82%-
XYZ15.918.0117.54-
YUV64.65157.55188.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=53.96%
G=3.96%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501111700.930.220.41314.2486.3431.57
Hex96B7505D162913a5620
Octal226131650135265147212640
Binary100101101011111010101011101101101010011001110101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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