#936AA5

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

Shades of Ce Soir #936AA5

Tints of Ce Soir #936AA5

Color information

#936AA5 (or 0x936AA5) is unknown color: approx Ce Soir. HEX triplet: 93, 6A and A5. RGB value is (147,106,165). Sum of RGB (Red+Green+Blue) = 147+106+165=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 165 - color contains mainly: blue. Hex color #936AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936AA5 is #6C955A. Grayscale: #7C7C7C. Windows color (decimal): -7116123 or 10840723. OLE color: 10840723.

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

Color convert

RGB147106165-
CMYK0.110.3600.35
HSL281.69º24.69%53.14%-
HSV(B)281.69º35.76%64.71%-
XYZ23.9819.2338.04-
YUV124.98150.58143.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=35.17%
G=25.36%
B=39.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471061650.110.3600.35281.6924.6953.14
Hex936AA5B2402311a1935
Octal22315224513440434323165
Binary100100111101010101001011011100100010001110001101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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