#936DAF

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

Shades of Ce Soir #936DAF

Tints of Ce Soir #936DAF

Color information

#936DAF (or 0x936DAF) is unknown color: approx Ce Soir. HEX triplet: 93, 6D and AF. RGB value is (147,109,175). Sum of RGB (Red+Green+Blue) = 147+109+175=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #936DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936DAF is #6C9250. Grayscale: #7F7F7F. Windows color (decimal): -7115345 or 11496851. OLE color: 11496851.

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

Color convert

RGB147109175-
CMYK0.160.3800.31
HSL274.55º29.2%55.69%-
HSV(B)274.55º37.71%68.63%-
XYZ25.2420.2443.13-
YUV127.89154.59141.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=34.11%
G=25.29%
B=40.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471091750.160.3800.31274.5529.255.69
Hex936DAF102601F1131d38
Octal22315525720460374233570
Binary100100111101101101011111000010011001111110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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