#94739C

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

Shades of Ce Soir #94739C

Tints of Ce Soir #94739C

Color information

#94739C (or 0x94739C) is unknown color: approx Ce Soir. HEX triplet: 94, 73 and 9C. RGB value is (148,115,156). Sum of RGB (Red+Green+Blue) = 148+115+156=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #94739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94739C is #6B8C63. Grayscale: #818181. Windows color (decimal): -7048292 or 10253204. OLE color: 10253204.

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

Color convert

RGB148115156-
CMYK0.050.2600.39
HSL288.29º17.15%53.14%-
HSV(B)288.29º26.28%61.18%-
XYZ24.3420.9634.21-
YUV129.54142.93141.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=35.32%
G=27.45%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481151560.050.2600.39288.2917.1553.14
Hex94739C51A0271201135
Octal2241632345320474402165
Binary1001010011100111001110010111010010011110010000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94739C; }

 p { color: rgb(148,115,156); }

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

<style>
 a { background-color: #94739C; }

 a { background-color: rgb(148,115,156); }

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

<style>
 span { border-color: #94739C; }

 span { border-color: rgb(148,115,156); }

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