#96769D

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

Shades of Ce Soir #96769D

Tints of Ce Soir #96769D

Color information

#96769D (or 0x96769D) is unknown color: approx Ce Soir. HEX triplet: 96, 76 and 9D. RGB value is (150,118,157). Sum of RGB (Red+Green+Blue) = 150+118+157=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #96769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769D is #698962. Grayscale: #838383. Windows color (decimal): -6916451 or 10319510. OLE color: 10319510.

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

Color convert

RGB150118157-
CMYK0.040.2500.38
HSL289.23º16.6%53.92%-
HSV(B)289.23º24.84%61.57%-
XYZ25.1421.8834.8-
YUV132.01142.1140.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=35.29%
G=27.76%
B=36.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501181570.040.2500.38289.2316.653.92
Hex96769D4190261211136
Octal2261662354310464412166
Binary1001011011101101001110110011001010011010010000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96769D; }

 p { color: rgb(150,118,157); }

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

<style>
 a { background-color: #96769D; }

 a { background-color: rgb(150,118,157); }

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

<style>
 span { border-color: #96769D; }

 span { border-color: rgb(150,118,157); }

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