#936AAE

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

Shades of Ce Soir #936AAE

Tints of Ce Soir #936AAE

Color information

#936AAE (or 0x936AAE) is unknown color: approx Ce Soir. HEX triplet: 93, 6A and AE. RGB value is (147,106,174). Sum of RGB (Red+Green+Blue) = 147+106+174=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #936AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936AAE is #6C9551. Grayscale: #7D7D7D. Windows color (decimal): -7116114 or 11430547. OLE color: 11430547.

HSL color Cylindrical-coordinate representation of color #936AAE: hue angle of 276.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936AAE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147106174-
CMYK0.160.3900.32
HSL276.18º29.57%54.9%-
HSV(B)276.18º39.08%68.24%-
XYZ24.8319.5742.51-
YUV126.01155.08142.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=34.43%
G=24.82%
B=40.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471061740.160.3900.32276.1829.5754.9
Hex936AAE10270201141e37
Octal22315225620470404243667
Binary1001001111010101010111010000100111010000010001010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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