#96097a

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

Shades of Eggplant #96097A

Tints of Eggplant #96097A

Color information

#96097A (or 0x96097A) is unknown color: approx Eggplant. HEX triplet: 96, 09 and 7A. RGB value is (150,9,122). Sum of RGB (Red+Green+Blue) = 150+9+122=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96097A is #69F685. Grayscale: #3F3F3F. Windows color (decimal): -6944390 or 7997846. OLE color: 7997846.

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

Color convert

RGB1509122-
CMYK00.940.190.41
HSL311.91º88.68%31.18%-
HSV(B)311.91º94%58.82%-
XYZ16.198.0819.12-
YUV64.04160.71189.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=53.38%
G=3.20%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150912200.940.190.41311.9188.6831.18
Hex9697A05E1329138591f
Octal226111720136235147013137
Binary10010110100111110100101111010011101001100111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96097a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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