#96749C

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

Shades of Ce Soir #96749C

Tints of Ce Soir #96749C

Color information

#96749C (or 0x96749C) is unknown color: approx Ce Soir. HEX triplet: 96, 74 and 9C. RGB value is (150,116,156). Sum of RGB (Red+Green+Blue) = 150+116+156=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #96749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96749C is #698B63. Grayscale: #828282. Windows color (decimal): -6916964 or 10253462. OLE color: 10253462.

HSL color Cylindrical-coordinate representation of color #96749C: hue angle of 291º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96749C is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150116156-
CMYK0.040.2600.39
HSL291º16.81%53.33%-
HSV(B)291º25.64%61.18%-
XYZ24.8221.3834.27-
YUV130.73142.26141.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=35.55%
G=27.49%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501161560.040.2600.3929116.8153.33
Hex96749C41A0271231135
Octal2261642344320474432165
Binary1001011011101001001110010011010010011110010001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96749C; }

 p { color: rgb(150,116,156); }

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

<style>
 a { background-color: #96749C; }

 a { background-color: rgb(150,116,156); }

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

<style>
 span { border-color: #96749C; }

 span { border-color: rgb(150,116,156); }

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