#960673

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

Shades of Eggplant #960673

Tints of Eggplant #960673

Color information

#960673 (or 0x960673) is unknown color: approx Eggplant. HEX triplet: 96, 06 and 73. RGB value is (150,6,115). Sum of RGB (Red+Green+Blue) = 150+6+115=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960673 is #69F98C. Grayscale: #3D3D3D. Windows color (decimal): -6945165 or 7538326. OLE color: 7538326.

HSL color Cylindrical-coordinate representation of color #960673: hue angle of 314.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960673 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB1506115-
CMYK00.960.230.41
HSL314.58º92.31%30.59%-
HSV(B)314.58º96%58.82%-
XYZ15.747.8516.91-
YUV61.48158.21191.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=55.35%
G=2.21%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150611500.960.230.41314.5892.3130.59
Hex96673060172913b5c1f
Octal22661630140275147313437
Binary1001011011011100110110000010111101001100111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960673; }

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

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

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

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

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

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

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

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