#956EAA

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

Shades of Ce Soir #956EAA

Tints of Ce Soir #956EAA

Color information

#956EAA (or 0x956EAA) is unknown color: approx Ce Soir. HEX triplet: 95, 6E and AA. RGB value is (149,110,170). Sum of RGB (Red+Green+Blue) = 149+110+170=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #956EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EAA is #6A9155. Grayscale: #808080. Windows color (decimal): -6984022 or 11169429. OLE color: 11169429.

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

Color convert

RGB149110170-
CMYK0.120.3500.33
HSL279º26.09%54.9%-
HSV(B)279º35.29%66.67%-
XYZ25.2320.4440.65-
YUV128.5151.42142.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=34.73%
G=25.64%
B=39.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491101700.120.3500.3327926.0954.9
Hex956EAAC230211171a37
Octal22515625214430414273267
Binary100101011101110101010101100100011010000110001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,110,170); }

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

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

 a { background-color: rgb(149,110,170); }

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

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

 span { border-color: rgb(149,110,170); }

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