#956BAD

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

Shades of Ce Soir #956BAD

Tints of Ce Soir #956BAD

Color information

#956BAD (or 0x956BAD) is unknown color: approx Ce Soir. HEX triplet: 95, 6B and AD. RGB value is (149,107,173). Sum of RGB (Red+Green+Blue) = 149+107+173=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #956BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAD is #6A9452. Grayscale: #7E7E7E. Windows color (decimal): -6984787 or 11365269. OLE color: 11365269.

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

Color convert

RGB149107173-
CMYK0.140.3800.32
HSL278.18º28.7%54.9%-
HSV(B)278.18º38.15%67.84%-
XYZ25.1919.9242.05-
YUV127.08153.91143.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=34.73%
G=24.94%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491071730.140.3800.32278.1828.754.9
Hex956BADE260201161d37
Octal22515325516460404263567
Binary100101011101011101011011110100110010000010001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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