#935EA9

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

Shades of Ce Soir #935EA9

Tints of Ce Soir #935EA9

Color information

#935EA9 (or 0x935EA9) is unknown color: approx Ce Soir. HEX triplet: 93, 5E and A9. RGB value is (147,94,169). Sum of RGB (Red+Green+Blue) = 147+94+169=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #935EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EA9 is #6CA156. Grayscale: #767676. Windows color (decimal): -7119191 or 11099795. OLE color: 11099795.

HSL color Cylindrical-coordinate representation of color #935EA9: hue angle of 282.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935EA9 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14794169-
CMYK0.130.4400.34
HSL282.4º30.36%51.57%-
HSV(B)282.4º44.38%66.27%-
XYZ23.217.0739.61-
YUV118.4156.56148.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=35.85%
G=22.93%
B=41.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147941690.130.4400.34282.430.3651.57
Hex935EA9D2C02211a1e34
Octal22313625115540424323664
Binary100100111011110101010011101101100010001010001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935EA9; }

 p { color: rgb(147,94,169); }

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

<style>
 a { background-color: #935EA9; }

 a { background-color: rgb(147,94,169); }

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

<style>
 span { border-color: #935EA9; }

 span { border-color: rgb(147,94,169); }

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