#96026C

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

Shades of Eggplant #96026C

Tints of Eggplant #96026C

Color information

#96026C (or 0x96026C) is unknown color: approx Eggplant. HEX triplet: 96, 02 and 6C. RGB value is (150,2,108). Sum of RGB (Red+Green+Blue) = 150+2+108=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96026C is #69FD93. Grayscale: #3A3A3A. Windows color (decimal): -6946196 or 7078550. OLE color: 7078550.

HSL color Cylindrical-coordinate representation of color #96026C: hue angle of 317.03º 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 #96026C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB1502108-
CMYK00.990.280.41
HSL317.03º97.37%29.8%-
HSV(B)317.03º98.67%58.82%-
XYZ15.317.6114.85-
YUV58.34156.03193.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=57.69%
G=0.77%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150210800.990.280.41317.0397.3729.8
Hex9626C0631C2913d611e
Octal22621540143345147514136
Binary100101101011011000110001111100101001100111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96026C; }

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

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

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

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

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

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

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

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