#936FA5

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

Shades of Ce Soir #936FA5

Tints of Ce Soir #936FA5

Color information

#936FA5 (or 0x936FA5) is unknown color: approx Ce Soir. HEX triplet: 93, 6F and A5. RGB value is (147,111,165). Sum of RGB (Red+Green+Blue) = 147+111+165=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #936FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936FA5 is #6C905A. Grayscale: #7F7F7F. Windows color (decimal): -7114843 or 10842003. OLE color: 10842003.

HSL color Cylindrical-coordinate representation of color #936FA5: hue angle of 280º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936FA5 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB147111165-
CMYK0.110.3300.35
HSL280º23.08%54.12%-
HSV(B)280º32.73%64.71%-
XYZ24.5120.2938.22-
YUV127.92148.93141.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=34.75%
G=26.24%
B=39.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471111650.110.3300.3528023.0854.12
Hex936FA5B210231181736
Octal22315724513410434302766
Binary100100111101111101001011011100001010001110001100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,111,165); }

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

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

 a { background-color: rgb(147,111,165); }

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

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

 span { border-color: rgb(147,111,165); }

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