#960568

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

Shades of Eggplant #960568

Tints of Eggplant #960568

Color information

#960568 (or 0x960568) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 68. RGB value is (150,5,104). Sum of RGB (Red+Green+Blue) = 150+5+104=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #960568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960568 is #69FA97. Grayscale: #3B3B3B. Windows color (decimal): -6945432 or 6817174. OLE color: 6817174.

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

Color convert

RGB1505104-
CMYK00.970.310.41
HSL319.03º93.55%30.39%-
HSV(B)319.03º96.67%58.82%-
XYZ15.137.5913.76-
YUV59.64153.04192.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=57.92%
G=1.93%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150510400.970.310.41319.0393.5530.39
Hex965680611F2913f5e1e
Octal22651500141375147713636
Binary1001011010111010000110000111111101001100111111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960568; }

 p { color: rgb(150,5,104); }

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

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

 a { background-color: rgb(150,5,104); }

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

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

 span { border-color: rgb(150,5,104); }

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