#956DAC

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

Shades of Ce Soir #956DAC

Tints of Ce Soir #956DAC

Color information

#956DAC (or 0x956DAC) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and AC. RGB value is (149,109,172). Sum of RGB (Red+Green+Blue) = 149+109+172=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #956DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAC is #6A9253. Grayscale: #7F7F7F. Windows color (decimal): -6984276 or 11300245. OLE color: 11300245.

HSL color Cylindrical-coordinate representation of color #956DAC: hue angle of 278.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956DAC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149109172-
CMYK0.130.3700.33
HSL278.1º27.51%55.1%-
HSV(B)278.1º36.63%67.45%-
XYZ25.3120.3141.62-
YUV128.14152.75142.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 172 (67.58% from 255) = 40%
R=34.65%
G=25.35%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491091720.130.3700.33278.127.5155.1
Hex956DACD250211161c37
Octal22515525415450414263467
Binary100101011101101101011001101100101010000110001011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,172); }

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

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

 a { background-color: rgb(149,109,172); }

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

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

 span { border-color: rgb(149,109,172); }

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