#96096F

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

Shades of Eggplant #96096F

Tints of Eggplant #96096F

Color information

#96096F (or 0x96096F) is unknown color: approx Eggplant. HEX triplet: 96, 09 and 6F. RGB value is (150,9,111). Sum of RGB (Red+Green+Blue) = 150+9+111=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #96096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96096F is #69F690. Grayscale: #3E3E3E. Windows color (decimal): -6944401 or 7276950. OLE color: 7276950.

HSL color Cylindrical-coordinate representation of color #96096F: hue angle of 316.6º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96096F is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB1509111-
CMYK00.940.260.41
HSL316.6º88.68%31.18%-
HSV(B)316.6º94%58.82%-
XYZ15.547.8315.73-
YUV62.79155.21190.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=55.56%
G=3.33%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150911100.940.260.41316.688.6831.18
Hex9696F05E1A2913d591f
Octal226111570136325147513137
Binary10010110100111011110101111011010101001100111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96096F; }

 p { color: rgb(150,9,111); }

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

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

 a { background-color: rgb(150,9,111); }

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

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

 span { border-color: rgb(150,9,111); }

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