#956CA5

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

Shades of Ce Soir #956CA5

Tints of Ce Soir #956CA5

Color information

#956CA5 (or 0x956CA5) is unknown color: approx Ce Soir. HEX triplet: 95, 6C and A5. RGB value is (149,108,165). Sum of RGB (Red+Green+Blue) = 149+108+165=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 165 - color contains mainly: blue. Hex color #956CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956CA5 is #6A935A. Grayscale: #7E7E7E. Windows color (decimal): -6984539 or 10841237. OLE color: 10841237.

HSL color Cylindrical-coordinate representation of color #956CA5: hue angle of 283.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956CA5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149108165-
CMYK0.100.3500.35
HSL283.16º24.05%53.53%-
HSV(B)283.16º34.55%64.71%-
XYZ24.5519.8338.13-
YUV126.76149.58143.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=35.31%
G=25.59%
B=39.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491081650.100.3500.35283.1624.0553.53
Hex956CA5A2302311b1836
Octal22515424512430434333066
Binary100101011101100101001011010100011010001110001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,165); }

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

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

 a { background-color: rgb(149,108,165); }

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

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

 span { border-color: rgb(149,108,165); }

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