#956BAE

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

Shades of Ce Soir #956BAE

Tints of Ce Soir #956BAE

Color information

#956BAE (or 0x956BAE) is unknown color: approx Ce Soir. HEX triplet: 95, 6B and AE. RGB value is (149,107,174). Sum of RGB (Red+Green+Blue) = 149+107+174=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #956BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAE is #6A9451. Grayscale: #7E7E7E. Windows color (decimal): -6984786 or 11430805. OLE color: 11430805.

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

Color convert

RGB149107174-
CMYK0.140.3900.32
HSL277.61º29.26%55.1%-
HSV(B)277.61º38.51%68.24%-
XYZ25.2919.9642.56-
YUV127.2154.41143.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=34.65%
G=24.88%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491071740.140.3900.32277.6129.2655.1
Hex956BAEE270201161d37
Octal22515325616470404263567
Binary100101011101011101011101110100111010000010001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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