#960967

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

Shades of Eggplant #960967

Tints of Eggplant #960967

Color information

#960967 (or 0x960967) is unknown color: approx Eggplant. HEX triplet: 96, 09 and 67. RGB value is (150,9,103). Sum of RGB (Red+Green+Blue) = 150+9+103=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #960967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960967 is #69F698. Grayscale: #3D3D3D. Windows color (decimal): -6944409 or 6752662. OLE color: 6752662.

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

Color convert

RGB1509103-
CMYK00.940.310.41
HSL320º88.68%31.18%-
HSV(B)320º94%58.82%-
XYZ15.127.6613.51-
YUV61.88151.21190.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.25%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 103 (40.62% from 255) = 39.31%
R=57.25%
G=3.44%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150910300.940.310.4132088.6831.18
Hex9696705E1F29140591f
Octal226111470136375150013137
Binary10010110100111001110101111011111101001101000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960967; }

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

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

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

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

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

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

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

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