#956DAD

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

Shades of Ce Soir #956DAD

Tints of Ce Soir #956DAD

Color information

#956DAD (or 0x956DAD) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and AD. RGB value is (149,109,173). Sum of RGB (Red+Green+Blue) = 149+109+173=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #956DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAD is #6A9252. Grayscale: #808080. Windows color (decimal): -6984275 or 11365781. OLE color: 11365781.

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

Color convert

RGB149109173-
CMYK0.140.3700.32
HSL277.5º28.07%55.29%-
HSV(B)277.5º36.99%67.84%-
XYZ25.4120.3442.12-
YUV128.26153.25142.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=34.57%
G=25.29%
B=40.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491091730.140.3700.32277.528.0755.29
Hex956DADE250201161c37
Octal22515525516450404263467
Binary100101011101101101011011110100101010000010001011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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