#957AAB

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

Shades of Ce Soir #957AAB

Tints of Ce Soir #957AAB

Color information

#957AAB (or 0x957AAB) is unknown color: approx Ce Soir. HEX triplet: 95, 7A and AB. RGB value is (149,122,171). Sum of RGB (Red+Green+Blue) = 149+122+171=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #957AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AAB is #6A8554. Grayscale: #878787. Windows color (decimal): -6980949 or 11238037. OLE color: 11238037.

HSL color Cylindrical-coordinate representation of color #957AAB: hue angle of 273.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957AAB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149122171-
CMYK0.130.2900.33
HSL273.06º22.58%57.45%-
HSV(B)273.06º28.65%67.06%-
XYZ26.723.2541.61-
YUV135.66147.95137.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=33.71%
G=27.60%
B=38.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491221710.130.2900.33273.0622.5857.45
Hex957AABD1D0211111739
Octal22517225315350414212771
Binary10010101111101010101011110111101010000110001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957AAB; }

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

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

<style>
 a { background-color: #957AAB; }

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

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

<style>
 span { border-color: #957AAB; }

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

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