#96096a

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

Shades of Eggplant #96096A

Tints of Eggplant #96096A

Color information

#96096A (or 0x96096A) is unknown color: approx Eggplant. HEX triplet: 96, 09 and 6A. RGB value is (150,9,106). Sum of RGB (Red+Green+Blue) = 150+9+106=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96096A is #69F695. Grayscale: #3D3D3D. Windows color (decimal): -6944406 or 6949270. OLE color: 6949270.

HSL color Cylindrical-coordinate representation of color #96096A: hue angle of 318.72º 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 #96096A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB1509106-
CMYK00.940.290.41
HSL318.72º88.68%31.18%-
HSV(B)318.72º94%58.82%-
XYZ15.287.7214.32-
YUV62.22152.71190.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 106 (41.80% from 255) = 40%
R=56.60%
G=3.40%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150910600.940.290.41318.7288.6831.18
Hex9696A05E1D2913f591f
Octal226111520136355147713137
Binary10010110100111010100101111011101101001100111111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96096a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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