#94749B

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

Shades of Ce Soir #94749B

Tints of Ce Soir #94749B

Color information

#94749B (or 0x94749B) is unknown color: approx Ce Soir. HEX triplet: 94, 74 and 9B. RGB value is (148,116,155). Sum of RGB (Red+Green+Blue) = 148+116+155=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #94749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94749B is #6B8B64. Grayscale: #818181. Windows color (decimal): -7048037 or 10187924. OLE color: 10187924.

HSL color Cylindrical-coordinate representation of color #94749B: hue angle of 289.23º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94749B is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148116155-
CMYK0.050.2500.39
HSL289.23º16.32%53.14%-
HSV(B)289.23º25.16%60.78%-
XYZ24.3721.1533.81-
YUV130.01142.1140.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=35.32%
G=27.68%
B=36.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481161550.050.2500.39289.2316.3253.14
Hex94749B5190271211035
Octal2241642335310474412065
Binary1001010011101001001101110111001010011110010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94749B; }

 p { color: rgb(148,116,155); }

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

<style>
 a { background-color: #94749B; }

 a { background-color: rgb(148,116,155); }

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

<style>
 span { border-color: #94749B; }

 span { border-color: rgb(148,116,155); }

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