#956AAE

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

Shades of Ce Soir #956AAE

Tints of Ce Soir #956AAE

Color information

#956AAE (or 0x956AAE) is unknown color: approx Ce Soir. HEX triplet: 95, 6A and AE. RGB value is (149,106,174). Sum of RGB (Red+Green+Blue) = 149+106+174=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #956AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AAE is #6A9551. Grayscale: #7E7E7E. Windows color (decimal): -6985042 or 11430549. OLE color: 11430549.

HSL color Cylindrical-coordinate representation of color #956AAE: hue angle of 277.94º degrees, saturation: 0.3, 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 #956AAE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149106174-
CMYK0.140.3900.32
HSL277.94º29.57%54.9%-
HSV(B)277.94º39.08%68.24%-
XYZ25.1919.7542.53-
YUV126.61154.75143.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=34.73%
G=24.71%
B=40.56%

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
Decimal1491061740.140.3900.32277.9429.5754.9
Hex956AAEE270201161e37
Octal22515225616470404263667
Binary100101011101010101011101110100111010000010001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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