#960259

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

Shades of Eggplant #960259

Tints of Eggplant #960259

Color information

#960259 (or 0x960259) is unknown color: approx Eggplant. HEX triplet: 96, 02 and 59. RGB value is (150,2,89). Sum of RGB (Red+Green+Blue) = 150+2+89=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #960259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960259 is #69FDA6. Grayscale: #373737. Windows color (decimal): -6946215 or 5833366. OLE color: 5833366.

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

Color convert

RGB150289-
CMYK00.990.410.41
HSL324.73º97.37%29.8%-
HSV(B)324.73º98.67%58.82%-
XYZ14.47.2510.09-
YUV56.17146.53194.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=62.24%
G=0.83%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15028900.990.410.41324.7397.3729.8
Hex962590632929145611e
Octal22621310143515150514136
Binary1001011010101100101100011101001101001101000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960259; }

 p { color: rgb(150,2,89); }

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

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

 a { background-color: rgb(150,2,89); }

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

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

 span { border-color: rgb(150,2,89); }

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