#956BA1

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

Shades of Ce Soir #956BA1

Tints of Ce Soir #956BA1

Color information

#956BA1 (or 0x956BA1) is unknown color: approx Ce Soir. HEX triplet: 95, 6B and A1. RGB value is (149,107,161). Sum of RGB (Red+Green+Blue) = 149+107+161=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #956BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BA1 is #6A945E. Grayscale: #7D7D7D. Windows color (decimal): -6984799 or 10578837. OLE color: 10578837.

HSL color Cylindrical-coordinate representation of color #956BA1: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956BA1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB149107161-
CMYK0.070.3400.37
HSL286.67º22.31%52.55%-
HSV(B)286.67º33.54%63.14%-
XYZ24.0919.4836.21-
YUV125.71147.91144.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=35.73%
G=25.66%
B=38.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491071610.070.3400.37286.6722.3152.55
Hex956BA172202511f1635
Octal2251532417420454372665
Binary10010101110101110100001111100010010010110001111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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