#96057B

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

Shades of Eggplant #96057B

Tints of Eggplant #96057B

Color information

#96057B (or 0x96057B) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 7B. RGB value is (150,5,123). Sum of RGB (Red+Green+Blue) = 150+5+123=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96057B is #69FA84. Grayscale: #3D3D3D. Windows color (decimal): -6945413 or 8062358. OLE color: 8062358.

HSL color Cylindrical-coordinate representation of color #96057B: hue angle of 311.17º 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 #96057B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB1505123-
CMYK00.970.180.41
HSL311.17º93.55%30.39%-
HSV(B)311.17º96.67%58.82%-
XYZ16.218.0219.43-
YUV61.81162.54190.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=53.96%
G=1.80%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150512300.970.180.41311.1793.5530.39
Hex9657B06112291375e1e
Octal22651730141225146713636
Binary1001011010111110110110000110010101001100110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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