#956FAF

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

Shades of Ce Soir #956FAF

Tints of Ce Soir #956FAF

Color information

#956FAF (or 0x956FAF) is unknown color: approx Ce Soir. HEX triplet: 95, 6F and AF. RGB value is (149,111,175). Sum of RGB (Red+Green+Blue) = 149+111+175=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #956FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FAF is #6A9050. Grayscale: #818181. Windows color (decimal): -6983761 or 11497365. OLE color: 11497365.

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

Color convert

RGB149111175-
CMYK0.150.3700.31
HSL275.62º28.57%56.08%-
HSV(B)275.62º36.57%68.63%-
XYZ25.8220.8543.22-
YUV129.66153.59141.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=34.25%
G=25.52%
B=40.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491111750.150.3700.31275.6228.5756.08
Hex956FAFF2501F1141d38
Octal22515725717450374243570
Binary10010101110111110101111111110010101111110001010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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