#956CAF

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

Shades of Ce Soir #956CAF

Tints of Ce Soir #956CAF

Color information

#956CAF (or 0x956CAF) is unknown color: approx Ce Soir. HEX triplet: 95, 6C and AF. RGB value is (149,108,175). Sum of RGB (Red+Green+Blue) = 149+108+175=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #956CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956CAF is #6A9350. Grayscale: #7F7F7F. Windows color (decimal): -6984529 or 11496597. OLE color: 11496597.

HSL color Cylindrical-coordinate representation of color #956CAF: hue angle of 276.72º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956CAF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149108175-
CMYK0.150.3800.31
HSL276.72º29.52%55.49%-
HSV(B)276.72º38.29%68.63%-
XYZ25.4920.2143.11-
YUV127.9154.58143.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=34.49%
G=25%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491081750.150.3800.31276.7229.5255.49
Hex956CAFF2601F1151e37
Octal22515425717460374253667
Binary10010101110110010101111111110011001111110001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,175); }

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

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

 a { background-color: rgb(149,108,175); }

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

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

 span { border-color: rgb(149,108,175); }

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