#96075F

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

Shades of Eggplant #96075F

Tints of Eggplant #96075F

Color information

#96075F (or 0x96075F) is unknown color: approx Eggplant. HEX triplet: 96, 07 and 5F. RGB value is (150,7,95). Sum of RGB (Red+Green+Blue) = 150+7+95=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96075F is #69F8A0. Grayscale: #3B3B3B. Windows color (decimal): -6944929 or 6227862. OLE color: 6227862.

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

Color convert

RGB150795-
CMYK00.950.370.41
HSL323.08º91.08%30.78%-
HSV(B)323.08º95.33%58.82%-
XYZ14.727.4611.49-
YUV59.79147.88192.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 7 (3.12% from 255) = 2.78%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=59.52%
G=2.78%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15079500.950.370.41323.0891.0830.78
Hex9675F05F25291435b1f
Octal22671370137455150313337
Binary10010110111101111101011111100101101001101000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,7,95); }

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

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

 a { background-color: rgb(150,7,95); }

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

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

 span { border-color: rgb(150,7,95); }

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