#936DAA

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

Shades of Ce Soir #936DAA

Tints of Ce Soir #936DAA

Color information

#936DAA (or 0x936DAA) is unknown color: approx Ce Soir. HEX triplet: 93, 6D and AA. RGB value is (147,109,170). Sum of RGB (Red+Green+Blue) = 147+109+170=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #936DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936DAA is #6C9255. Grayscale: #7F7F7F. Windows color (decimal): -7115350 or 11169171. OLE color: 11169171.

HSL color Cylindrical-coordinate representation of color #936DAA: hue angle of 277.38º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #936DAA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147109170-
CMYK0.140.3600.33
HSL277.38º26.41%54.71%-
HSV(B)277.38º35.88%66.67%-
XYZ24.7620.0440.59-
YUV127.32152.09142.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=34.51%
G=25.59%
B=39.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471091700.140.3600.33277.3826.4154.71
Hex936DAAE240211151a37
Octal22315525216440414253267
Binary100100111101101101010101110100100010000110001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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