#96739E

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

Shades of Ce Soir #96739E

Tints of Ce Soir #96739E

Color information

#96739E (or 0x96739E) is unknown color: approx Ce Soir. HEX triplet: 96, 73 and 9E. RGB value is (150,115,158). Sum of RGB (Red+Green+Blue) = 150+115+158=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #96739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96739E is #698C61. Grayscale: #828282. Windows color (decimal): -6917218 or 10384278. OLE color: 10384278.

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

Color convert

RGB150115158-
CMYK0.050.2700.38
HSL288.84º18.14%53.53%-
HSV(B)288.84º27.22%61.96%-
XYZ24.8821.2135.13-
YUV130.37143.6142-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=35.46%
G=27.19%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501151580.050.2700.38288.8418.1453.53
Hex96739E51B0261211236
Octal2261632365330464412266
Binary1001011011100111001111010111011010011010010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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