#96057A

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

Shades of Eggplant #96057A

Tints of Eggplant #96057A

Color information

#96057A (or 0x96057A) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 7A. RGB value is (150,5,122). Sum of RGB (Red+Green+Blue) = 150+5+122=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96057A is #69FA85. Grayscale: #3D3D3D. Windows color (decimal): -6945414 or 7996822. OLE color: 7996822.

HSL color Cylindrical-coordinate representation of color #96057A: hue angle of 311.59º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96057A is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB1505122-
CMYK00.970.190.41
HSL311.59º93.55%30.39%-
HSV(B)311.59º96.67%58.82%-
XYZ16.14819.11-
YUV61.69162.04190.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=54.15%
G=1.81%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150512200.970.190.41311.5993.5530.39
Hex9657A06113291385e1e
Octal22651720141235147013636
Binary1001011010111110100110000110011101001100111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96057A; }

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

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

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

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

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

<style>
 span { border-color: #96057A; }

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

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