#96035F

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

Shades of Eggplant #96035F

Tints of Eggplant #96035F

Color information

#96035F (or 0x96035F) is unknown color: approx Eggplant. HEX triplet: 96, 03 and 5F. RGB value is (150,3,95). Sum of RGB (Red+Green+Blue) = 150+3+95=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96035F is #69FCA0. Grayscale: #393939. Windows color (decimal): -6945953 or 6226838. OLE color: 6226838.

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

Color convert

RGB150395-
CMYK00.980.370.41
HSL322.45º96.08%30%-
HSV(B)322.45º98%58.82%-
XYZ14.687.3811.48-
YUV57.44149.2194.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=60.48%
G=1.21%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15039500.980.370.41322.4596.0830
Hex9635F0622529142601e
Octal22631370142455150214036
Binary1001011011101111101100010100101101001101000010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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