#956AAC

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

Shades of Ce Soir #956AAC

Tints of Ce Soir #956AAC

Color information

#956AAC (or 0x956AAC) is unknown color: approx Ce Soir. HEX triplet: 95, 6A and AC. RGB value is (149,106,172). Sum of RGB (Red+Green+Blue) = 149+106+172=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #956AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AAC is #6A9553. Grayscale: #7E7E7E. Windows color (decimal): -6985044 or 11299477. OLE color: 11299477.

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

Color convert

RGB149106172-
CMYK0.130.3800.33
HSL279.09º28.45%54.51%-
HSV(B)279.09º38.37%67.45%-
XYZ24.9919.6841.51-
YUV126.38153.75144.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=34.89%
G=24.82%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491061720.130.3800.33279.0928.4554.51
Hex956AACD260211171c37
Octal22515225415460414273467
Binary100101011101010101011001101100110010000110001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,172); }

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

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

 a { background-color: rgb(149,106,172); }

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

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

 span { border-color: rgb(149,106,172); }

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