#936EAF

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

Shades of Ce Soir #936EAF

Tints of Ce Soir #936EAF

Color information

#936EAF (or 0x936EAF) is unknown color: approx Ce Soir. HEX triplet: 93, 6E and AF. RGB value is (147,110,175). Sum of RGB (Red+Green+Blue) = 147+110+175=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #936EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936EAF is #6C9150. Grayscale: #808080. Windows color (decimal): -7115089 or 11497107. OLE color: 11497107.

HSL color Cylindrical-coordinate representation of color #936EAF: hue angle of 274.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #936EAF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147110175-
CMYK0.160.3700.31
HSL274.15º28.89%55.88%-
HSV(B)274.15º37.14%68.63%-
XYZ25.3520.4543.17-
YUV128.47154.26141.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=34.03%
G=25.46%
B=40.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471101750.160.3700.31274.1528.8955.88
Hex936EAF102501F1121d38
Octal22315625720450374223570
Binary100100111101110101011111000010010101111110001001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,110,175); }

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

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

 a { background-color: rgb(147,110,175); }

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

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

 span { border-color: rgb(147,110,175); }

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