#93749E

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

Shades of Ce Soir #93749E

Tints of Ce Soir #93749E

Color information

#93749E (or 0x93749E) is unknown color: approx Ce Soir. HEX triplet: 93, 74 and 9E. RGB value is (147,116,158). Sum of RGB (Red+Green+Blue) = 147+116+158=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #93749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93749E is #6C8B61. Grayscale: #818181. Windows color (decimal): -7113570 or 10384531. OLE color: 10384531.

HSL color Cylindrical-coordinate representation of color #93749E: hue angle of 284.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93749E is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147116158-
CMYK0.070.2700.38
HSL284.29º17.8%53.73%-
HSV(B)284.29º26.58%61.96%-
XYZ24.4521.1635.14-
YUV130.06143.77140.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=34.92%
G=27.55%
B=37.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471161580.070.2700.38284.2917.853.73
Hex93749E71B02611c1236
Octal2231642367330464342266
Binary1001001111101001001111011111011010011010001110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93749E; }

 p { color: rgb(147,116,158); }

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

<style>
 a { background-color: #93749E; }

 a { background-color: rgb(147,116,158); }

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

<style>
 span { border-color: #93749E; }

 span { border-color: rgb(147,116,158); }

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