#96005C

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

Shades of Eggplant #96005C

Tints of Eggplant #96005C

Color information

#96005C (or 0x96005C) is unknown color: approx Eggplant. HEX triplet: 96, 00 and 5C. RGB value is (150,0,92). Sum of RGB (Red+Green+Blue) = 150+0+92=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005C is #69FFA3. Grayscale: #373737. Windows color (decimal): -6946724 or 6029462. OLE color: 6029462.

HSL color Cylindrical-coordinate representation of color #96005C: hue angle of 323.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96005C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB150092-
CMYK010.390.41
HSL323.2º100%29.41%-
HSV(B)323.2º100%58.82%-
XYZ14.517.2610.76-
YUV55.34148.7195.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=61.98%
G=0%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150092010.390.41323.210029.41
Hex9605C0642729143641d
Octal22601340144475150314435
Binary100101100101110001100100100111101001101000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,0,92); }

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

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

 a { background-color: rgb(150,0,92); }

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

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

 span { border-color: rgb(150,0,92); }

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