#936EAD

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

Shades of Ce Soir #936EAD

Tints of Ce Soir #936EAD

Color information

#936EAD (or 0x936EAD) is unknown color: approx Ce Soir. HEX triplet: 93, 6E and AD. RGB value is (147,110,173). Sum of RGB (Red+Green+Blue) = 147+110+173=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #936EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936EAD is #6C9152. Grayscale: #808080. Windows color (decimal): -7115091 or 11366035. OLE color: 11366035.

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

Color convert

RGB147110173-
CMYK0.150.3600.32
HSL275.24º27.75%55.49%-
HSV(B)275.24º36.42%67.84%-
XYZ25.1520.3742.14-
YUV128.24153.26141.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=34.19%
G=25.58%
B=40.23%

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
Decimal1471101730.150.3600.32275.2427.7555.49
Hex936EADF240201131c37
Octal22315625517440404233467
Binary100100111101110101011011111100100010000010001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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