#936DAE

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

Shades of Ce Soir #936DAE

Tints of Ce Soir #936DAE

Color information

#936DAE (or 0x936DAE) is unknown color: approx Ce Soir. HEX triplet: 93, 6D and AE. RGB value is (147,109,174). Sum of RGB (Red+Green+Blue) = 147+109+174=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #936DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936DAE is #6C9251. Grayscale: #7F7F7F. Windows color (decimal): -7115346 or 11431315. OLE color: 11431315.

HSL color Cylindrical-coordinate representation of color #936DAE: hue angle of 275.08º degrees, saturation: 0.29, 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 #936DAE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147109174-
CMYK0.160.3700.32
HSL275.08º28.63%55.49%-
HSV(B)275.08º37.36%68.24%-
XYZ25.1420.242.62-
YUV127.77154.09141.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=34.19%
G=25.35%
B=40.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471091740.160.3700.32275.0828.6355.49
Hex936DAE10250201131d37
Octal22315525620450404233567
Binary1001001111011011010111010000100101010000010001001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936DAE; }

 p { color: rgb(147,109,174); }

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

<style>
 a { background-color: #936DAE; }

 a { background-color: rgb(147,109,174); }

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

<style>
 span { border-color: #936DAE; }

 span { border-color: rgb(147,109,174); }

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