#956BAF

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

Shades of Ce Soir #956BAF

Tints of Ce Soir #956BAF

Color information

#956BAF (or 0x956BAF) is unknown color: approx Ce Soir. HEX triplet: 95, 6B and AF. RGB value is (149,107,175). Sum of RGB (Red+Green+Blue) = 149+107+175=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #956BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAF is #6A9450. Grayscale: #7F7F7F. Windows color (decimal): -6984785 or 11496341. OLE color: 11496341.

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

Color convert

RGB149107175-
CMYK0.150.3900.31
HSL277.06º29.82%55.29%-
HSV(B)277.06º38.86%68.63%-
XYZ25.392043.08-
YUV127.31154.91143.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=34.57%
G=24.83%
B=40.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491071750.150.3900.31277.0629.8255.29
Hex956BAFF2701F1151e37
Octal22515325717470374253667
Binary10010101110101110101111111110011101111110001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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