#956DAE

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

Shades of Ce Soir #956DAE

Tints of Ce Soir #956DAE

Color information

#956DAE (or 0x956DAE) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and AE. RGB value is (149,109,174). Sum of RGB (Red+Green+Blue) = 149+109+174=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #956DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAE is #6A9251. Grayscale: #808080. Windows color (decimal): -6984274 or 11431317. OLE color: 11431317.

HSL color Cylindrical-coordinate representation of color #956DAE: hue angle of 276.92º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956DAE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149109174-
CMYK0.140.3700.32
HSL276.92º28.63%55.49%-
HSV(B)276.92º37.36%68.24%-
XYZ25.520.3842.63-
YUV128.37153.75142.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=34.49%
G=25.23%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491091740.140.3700.32276.9228.6355.49
Hex956DAEE250201151d37
Octal22515525616450404253567
Binary100101011101101101011101110100101010000010001010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956DAE; }

 p { color: rgb(149,109,174); }

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

<style>
 a { background-color: #956DAE; }

 a { background-color: rgb(149,109,174); }

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

<style>
 span { border-color: #956DAE; }

 span { border-color: rgb(149,109,174); }

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