#956BB3

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

Shades of Ce Soir #956BB3

Tints of Ce Soir #956BB3

Color information

#956BB3 (or 0x956BB3) is unknown color: approx Ce Soir. HEX triplet: 95, 6B and B3. RGB value is (149,107,179). Sum of RGB (Red+Green+Blue) = 149+107+179=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #956BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BB3 is #6A944C. Grayscale: #7F7F7F. Windows color (decimal): -6984781 or 11758485. OLE color: 11758485.

HSL color Cylindrical-coordinate representation of color #956BB3: hue angle of 275º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956BB3 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB149107179-
CMYK0.170.4000.30
HSL275º32.14%56.08%-
HSV(B)275º40.22%70.2%-
XYZ25.7920.1645.18-
YUV127.77156.91143.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=34.25%
G=24.60%
B=41.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491071790.170.4000.3027532.1456.08
Hex956BB3112801E1132038
Octal22515326321500364234070
Binary1001010111010111011001110001101000011110100010011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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