#956EB1

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

Shades of Ce Soir #956EB1

Tints of Ce Soir #956EB1

Color information

#956EB1 (or 0x956EB1) is unknown color: approx Ce Soir. HEX triplet: 95, 6E and B1. RGB value is (149,110,177). Sum of RGB (Red+Green+Blue) = 149+110+177=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #956EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EB1 is #6A914E. Grayscale: #818181. Windows color (decimal): -6984015 or 11628181. OLE color: 11628181.

HSL color Cylindrical-coordinate representation of color #956EB1: hue angle of 274.93º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956EB1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149110177-
CMYK0.160.3800.31
HSL274.93º30.04%56.27%-
HSV(B)274.93º37.85%69.41%-
XYZ25.9120.7244.23-
YUV129.3154.92142.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=34.17%
G=25.23%
B=40.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491101770.160.3800.31274.9330.0456.27
Hex956EB1102601F1131e38
Octal22515626120460374233670
Binary100101011101110101100011000010011001111110001001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,110,177); }

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

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

 a { background-color: rgb(149,110,177); }

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

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

 span { border-color: rgb(149,110,177); }

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