#956FB0

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

Shades of Ce Soir #956FB0

Tints of Ce Soir #956FB0

Color information

#956FB0 (or 0x956FB0) is unknown color: approx Ce Soir. HEX triplet: 95, 6F and B0. RGB value is (149,111,176). Sum of RGB (Red+Green+Blue) = 149+111+176=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #956FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FB0 is #6A904F. Grayscale: #818181. Windows color (decimal): -6983760 or 11562901. OLE color: 11562901.

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

Color convert

RGB149111176-
CMYK0.150.3700.31
HSL275.08º29.15%56.27%-
HSV(B)275.08º36.93%69.02%-
XYZ25.9220.8943.74-
YUV129.77154.09141.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=34.17%
G=25.46%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491111760.150.3700.31275.0829.1556.27
Hex956FB0F2501F1131d38
Octal22515726017450374233570
Binary10010101110111110110000111110010101111110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,176); }

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

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

 a { background-color: rgb(149,111,176); }

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

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

 span { border-color: rgb(149,111,176); }

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