#956DAB

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

Shades of Ce Soir #956DAB

Tints of Ce Soir #956DAB

Color information

#956DAB (or 0x956DAB) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and AB. RGB value is (149,109,171). Sum of RGB (Red+Green+Blue) = 149+109+171=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #956DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAB is #6A9254. Grayscale: #7F7F7F. Windows color (decimal): -6984277 or 11234709. OLE color: 11234709.

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

Color convert

RGB149109171-
CMYK0.130.3600.33
HSL278.71º26.96%54.9%-
HSV(B)278.71º36.26%67.06%-
XYZ25.2120.2741.11-
YUV128.03152.25142.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=34.73%
G=25.41%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491091710.130.3600.33278.7126.9654.9
Hex956DABD240211171b37
Octal22515525315440414273367
Binary100101011101101101010111101100100010000110001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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