#956FAD

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

Shades of Ce Soir #956FAD

Tints of Ce Soir #956FAD

Color information

#956FAD (or 0x956FAD) is unknown color: approx Ce Soir. HEX triplet: 95, 6F and AD. RGB value is (149,111,173). Sum of RGB (Red+Green+Blue) = 149+111+173=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #956FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FAD is #6A9052. Grayscale: #818181. Windows color (decimal): -6983763 or 11366293. OLE color: 11366293.

HSL color Cylindrical-coordinate representation of color #956FAD: hue angle of 276.77º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956FAD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149111173-
CMYK0.140.3600.32
HSL276.77º27.43%55.69%-
HSV(B)276.77º35.84%67.84%-
XYZ25.6220.7842.19-
YUV129.43152.59141.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=34.41%
G=25.64%
B=39.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491111730.140.3600.32276.7727.4355.69
Hex956FADE240201151b38
Octal22515725516440404253370
Binary100101011101111101011011110100100010000010001010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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