#96085B

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

Shades of Eggplant #96085B

Tints of Eggplant #96085B

Color information

#96085B (or 0x96085B) is unknown color: approx Eggplant. HEX triplet: 96, 08 and 5B. RGB value is (150,8,91). Sum of RGB (Red+Green+Blue) = 150+8+91=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96085B is #69F7A4. Grayscale: #3B3B3B. Windows color (decimal): -6944677 or 5965974. OLE color: 5965974.

HSL color Cylindrical-coordinate representation of color #96085B: hue angle of 324.93º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96085B is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB150891-
CMYK00.950.390.41
HSL324.93º89.87%30.98%-
HSV(B)324.93º94.67%58.82%-
XYZ14.557.4110.56-
YUV59.92145.54192.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=60.24%
G=3.21%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15089100.950.390.41324.9389.8730.98
Hex9685B05F27291455a1f
Octal226101330137475150513237
Binary100101101000101101101011111100111101001101000101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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