#96759E

Color #96759E Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #96759E

Tints of Ce Soir #96759E

Color information

#96759E (or 0x96759E) is unknown color: approx Ce Soir. HEX triplet: 96, 75 and 9E. RGB value is (150,117,158). Sum of RGB (Red+Green+Blue) = 150+117+158=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #96759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96759E is #698A61. Grayscale: #838383. Windows color (decimal): -6916706 or 10384790. OLE color: 10384790.

HSL color Cylindrical-coordinate representation of color #96759E: hue angle of 288.29º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96759E is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150117158-
CMYK0.050.2600.38
HSL288.29º17.45%53.92%-
HSV(B)288.29º25.95%61.96%-
XYZ25.1121.6835.21-
YUV131.54142.93141.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=35.29%
G=27.53%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501171580.050.2600.38288.2917.4553.92
Hex96759E51A0261201136
Octal2261652365320464402166
Binary1001011011101011001111010111010010011010010000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96759E; }

 p { color: rgb(150,117,158); }

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

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

 a { background-color: rgb(150,117,158); }

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

<style>
 span { border-color: #96759E; }

 span { border-color: rgb(150,117,158); }

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