#936FAD

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

Shades of Ce Soir #936FAD

Tints of Ce Soir #936FAD

Color information

#936FAD (or 0x936FAD) is unknown color: approx Ce Soir. HEX triplet: 93, 6F and AD. RGB value is (147,111,173). Sum of RGB (Red+Green+Blue) = 147+111+173=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #936FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936FAD is #6C9052. Grayscale: #808080. Windows color (decimal): -7114835 or 11366291. OLE color: 11366291.

HSL color Cylindrical-coordinate representation of color #936FAD: hue angle of 274.84º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #936FAD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147111173-
CMYK0.150.3600.32
HSL274.84º27.43%55.69%-
HSV(B)274.84º35.84%67.84%-
XYZ25.2620.5942.18-
YUV128.83152.93140.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=34.11%
G=25.75%
B=40.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471111730.150.3600.32274.8427.4355.69
Hex936FADF240201131b38
Octal22315725517440404233370
Binary100100111101111101011011111100100010000010001001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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