#96005B

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

Shades of Eggplant #96005B

Tints of Eggplant #96005B

Color information

#96005B (or 0x96005B) is unknown color: approx Eggplant. HEX triplet: 96, 00 and 5B. RGB value is (150,0,91). Sum of RGB (Red+Green+Blue) = 150+0+91=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #96005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005B is #69FFA4. Grayscale: #373737. Windows color (decimal): -6946725 or 5963926. OLE color: 5963926.

HSL color Cylindrical-coordinate representation of color #96005B: hue angle of 323.6º 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 #96005B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB150091-
CMYK010.390.41
HSL323.6º100%29.41%-
HSV(B)323.6º100%58.82%-
XYZ14.477.2410.53-
YUV55.22148.2195.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=62.24%
G=0%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150091010.390.41323.610029.41
Hex9605B0642729144641d
Octal22601330144475150414435
Binary100101100101101101100100100111101001101000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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