#956AAD

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

Shades of Ce Soir #956AAD

Tints of Ce Soir #956AAD

Color information

#956AAD (or 0x956AAD) is unknown color: approx Ce Soir. HEX triplet: 95, 6A and AD. RGB value is (149,106,173). Sum of RGB (Red+Green+Blue) = 149+106+173=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #956AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AAD is #6A9552. Grayscale: #7E7E7E. Windows color (decimal): -6985043 or 11365013. OLE color: 11365013.

HSL color Cylindrical-coordinate representation of color #956AAD: hue angle of 278.51º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #956AAD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149106173-
CMYK0.140.3900.32
HSL278.51º29%54.71%-
HSV(B)278.51º38.73%67.84%-
XYZ25.0919.7142.02-
YUV126.5154.25144.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=34.81%
G=24.77%
B=40.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491061730.140.3900.32278.512954.71
Hex956AADE270201171d37
Octal22515225516470404273567
Binary100101011101010101011011110100111010000010001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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