#956EB0

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

Shades of Ce Soir #956EB0

Tints of Ce Soir #956EB0

Color information

#956EB0 (or 0x956EB0) is unknown color: approx Ce Soir. HEX triplet: 95, 6E and B0. RGB value is (149,110,176). Sum of RGB (Red+Green+Blue) = 149+110+176=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #956EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EB0 is #6A914F. Grayscale: #808080. Windows color (decimal): -6984016 or 11562645. OLE color: 11562645.

HSL color Cylindrical-coordinate representation of color #956EB0: hue angle of 275.45º degrees, saturation: 0.29, 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 #956EB0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149110176-
CMYK0.150.3700.31
HSL275.45º29.46%56.08%-
HSV(B)275.45º37.5%69.02%-
XYZ25.8120.6843.71-
YUV129.18154.42142.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=34.25%
G=25.29%
B=40.46%

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
Decimal1491101760.150.3700.31275.4529.4656.08
Hex956EB0F2501F1131d38
Octal22515626017450374233570
Binary10010101110111010110000111110010101111110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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