#96739D

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

Shades of Ce Soir #96739D

Tints of Ce Soir #96739D

Color information

#96739D (or 0x96739D) is unknown color: approx Ce Soir. HEX triplet: 96, 73 and 9D. RGB value is (150,115,157). Sum of RGB (Red+Green+Blue) = 150+115+157=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #96739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96739D is #698C62. Grayscale: #828282. Windows color (decimal): -6917219 or 10318742. OLE color: 10318742.

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

Color convert

RGB150115157-
CMYK0.040.2700.38
HSL290º17.65%53.33%-
HSV(B)290º26.75%61.57%-
XYZ24.7921.1834.68-
YUV130.25143.1142.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=35.55%
G=27.25%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501151570.040.2700.3829017.6553.33
Hex96739D41B0261221235
Octal2261632354330464422265
Binary1001011011100111001110110011011010011010010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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