#936EAA

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

Shades of Ce Soir #936EAA

Tints of Ce Soir #936EAA

Color information

#936EAA (or 0x936EAA) is unknown color: approx Ce Soir. HEX triplet: 93, 6E and AA. RGB value is (147,110,170). Sum of RGB (Red+Green+Blue) = 147+110+170=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #936EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936EAA is #6C9155. Grayscale: #7F7F7F. Windows color (decimal): -7115094 or 11169427. OLE color: 11169427.

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

Color convert

RGB147110170-
CMYK0.140.3500.33
HSL277º26.09%54.9%-
HSV(B)277º35.29%66.67%-
XYZ24.8620.2640.63-
YUV127.9151.76141.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=34.43%
G=25.76%
B=39.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471101700.140.3500.3327726.0954.9
Hex936EAAE230211151a37
Octal22315625216430414253267
Binary100100111101110101010101110100011010000110001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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