#956D9E

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

Shades of Ce Soir #956D9E

Tints of Ce Soir #956D9E

Color information

#956D9E (or 0x956D9E) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and 9E. RGB value is (149,109,158). Sum of RGB (Red+Green+Blue) = 149+109+158=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #956D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D9E is #6A9261. Grayscale: #7E7E7E. Windows color (decimal): -6984290 or 10382741. OLE color: 10382741.

HSL color Cylindrical-coordinate representation of color #956D9E: hue angle of 288.98º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956D9E is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149109158-
CMYK0.060.3100.38
HSL288.98º20.16%52.35%-
HSV(B)288.98º31.01%61.96%-
XYZ24.0319.834.9-
YUV126.55145.75144.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=35.82%
G=26.20%
B=37.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491091580.060.3100.38288.9820.1652.35
Hex956D9E61F0261211434
Octal2251552366370464412464
Binary1001010111011011001111011011111010011010010000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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